Package | Description |
---|---|
org.apache.sshd.common.config.keys.loader | |
org.apache.sshd.common.config.keys.loader.pem |
Modifier and Type | Method and Description |
---|---|
static <C extends PrivateKeyEncryptionContext> |
PrivateKeyEncryptionContext.initializeObfuscator(C context,
PrivateKeyObfuscator o,
String password) |
static <C extends PrivateKeyEncryptionContext> |
PrivateKeyEncryptionContext.parseAlgorithmInfo(C context,
String algInfo) |
Modifier and Type | Method and Description |
---|---|
PrivateKeyEncryptionContext |
PrivateKeyEncryptionContext.clone() |
static PrivateKeyEncryptionContext |
PrivateKeyEncryptionContext.newPrivateKeyEncryptionContext(PrivateKeyObfuscator o,
String password) |
PrivateKeyEncryptionContext |
PrivateKeyEncryptionContext.parseAlgorithmInfo(String algInfo) |
static PrivateKeyEncryptionContext |
DESPrivateKeyObfuscator.resolveEffectiveContext(PrivateKeyEncryptionContext encContext) |
Modifier and Type | Method and Description |
---|---|
<A extends Appendable> |
AbstractPrivateKeyObfuscator.appendPrivateKeyEncryptionContext(A sb,
PrivateKeyEncryptionContext encContext) |
<A extends Appendable> |
PrivateKeyObfuscator.appendPrivateKeyEncryptionContext(A sb,
PrivateKeyEncryptionContext encContext) |
byte[] |
AESPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
byte[] |
PrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
byte[] |
DESPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
protected byte[] |
AbstractPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
int numBits,
byte[] keyValue,
boolean encryptIt) |
protected byte[] |
AbstractPrivateKeyObfuscator.deriveEncryptionKey(PrivateKeyEncryptionContext encContext,
int outputKeyLength) |
byte[] |
AbstractPrivateKeyObfuscator.generateInitializationVector(PrivateKeyEncryptionContext encContext) |
byte[] |
PrivateKeyObfuscator.generateInitializationVector(PrivateKeyEncryptionContext encContext) |
static PrivateKeyEncryptionContext |
DESPrivateKeyObfuscator.resolveEffectiveContext(PrivateKeyEncryptionContext encContext) |
protected abstract int |
AbstractPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) |
protected int |
AESPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) |
protected int |
DESPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
AbstractPEMResourceKeyPairParser.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.