Package | Description |
---|---|
org.apache.sshd.common.config.keys.loader | |
org.apache.sshd.common.config.keys.writer.openssh |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrivateKeyObfuscator |
class |
AESPrivateKeyObfuscator |
class |
DESPrivateKeyObfuscator |
Modifier and Type | Field and Description |
---|---|
private PrivateKeyObfuscator |
PrivateKeyEncryptionContext.obfuscator |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,PrivateKeyObfuscator> |
PrivateKeyEncryptionContext.OBFUSCATORS |
Modifier and Type | Method and Description |
---|---|
PrivateKeyObfuscator |
PrivateKeyEncryptionContext.getPrivateKeyObfuscator() |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscator(java.lang.String cipherName) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(java.lang.String cipherName,
PrivateKeyObfuscator o) |
PrivateKeyObfuscator |
PrivateKeyEncryptionContext.resolvePrivateKeyObfuscator() |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator(java.lang.String cipherName) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PrivateKeyObfuscator> |
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscators() |
Modifier and Type | Method and Description |
---|---|
static <C extends PrivateKeyEncryptionContext> |
PrivateKeyEncryptionContext.initializeObfuscator(C context,
PrivateKeyObfuscator o,
java.lang.String password) |
static PrivateKeyEncryptionContext |
PrivateKeyEncryptionContext.newPrivateKeyEncryptionContext(PrivateKeyObfuscator o,
java.lang.String password) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(java.lang.String cipherName,
PrivateKeyObfuscator o) |
void |
PrivateKeyEncryptionContext.setPrivateKeyObfuscator(PrivateKeyObfuscator value) |
static boolean |
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator(PrivateKeyObfuscator o) |
Modifier and Type | Class and Description |
---|---|
static class |
OpenSSHKeyPairResourceWriter.KeyEncryptor
A key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.
|