| 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> |
PrivateKeyObfuscator.appendPrivateKeyEncryptionContext(A sb,
PrivateKeyEncryptionContext encContext) |
<A extends Appendable> |
AbstractPrivateKeyObfuscator.appendPrivateKeyEncryptionContext(A sb,
PrivateKeyEncryptionContext encContext) |
byte[] |
PrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
byte[] |
DESPrivateKeyObfuscator.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
byte[] |
AESPrivateKeyObfuscator.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[] |
PrivateKeyObfuscator.generateInitializationVector(PrivateKeyEncryptionContext encContext) |
byte[] |
AbstractPrivateKeyObfuscator.generateInitializationVector(PrivateKeyEncryptionContext encContext) |
static PrivateKeyEncryptionContext |
DESPrivateKeyObfuscator.resolveEffectiveContext(PrivateKeyEncryptionContext encContext) |
protected int |
DESPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) |
protected int |
AESPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) |
protected abstract int |
AbstractPrivateKeyObfuscator.resolveKeyLength(PrivateKeyEncryptionContext encContext) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
AbstractPEMResourceKeyPairParser.applyPrivateKeyCipher(byte[] bytes,
PrivateKeyEncryptionContext encContext,
boolean encryptIt) |
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.