Package | Description |
---|---|
org.apache.sshd.common.config.keys.loader |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPrivateKeyObfuscator |
class |
AESPrivateKeyObfuscator |
class |
DESPrivateKeyObfuscator |
Modifier and Type | Method and Description |
---|---|
PrivateKeyObfuscator |
PrivateKeyEncryptionContext.getPrivateKeyObfuscator() |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscator(String cipherName) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(String cipherName,
PrivateKeyObfuscator o) |
PrivateKeyObfuscator |
PrivateKeyEncryptionContext.resolvePrivateKeyObfuscator() |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator(String cipherName) |
Modifier and Type | Method and Description |
---|---|
static List<PrivateKeyObfuscator> |
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscators() |
Modifier and Type | Method and Description |
---|---|
static <C extends PrivateKeyEncryptionContext> |
PrivateKeyEncryptionContext.initializeObfuscator(C context,
PrivateKeyObfuscator o,
String password) |
static PrivateKeyEncryptionContext |
PrivateKeyEncryptionContext.newPrivateKeyEncryptionContext(PrivateKeyObfuscator o,
String password) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) |
static PrivateKeyObfuscator |
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator(String cipherName,
PrivateKeyObfuscator o) |
void |
PrivateKeyEncryptionContext.setPrivateKeyObfuscator(PrivateKeyObfuscator value) |
static boolean |
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator(PrivateKeyObfuscator o) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.