Uses of Interface
org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
-
Packages that use PrivateKeyObfuscator Package Description org.apache.sshd.common.config.keys.loader -
-
Uses of PrivateKeyObfuscator in org.apache.sshd.common.config.keys.loader
Classes in org.apache.sshd.common.config.keys.loader that implement PrivateKeyObfuscator Modifier and Type Class Description class
AbstractPrivateKeyObfuscator
class
AESPrivateKeyObfuscator
class
DESPrivateKeyObfuscator
Methods in org.apache.sshd.common.config.keys.loader that return PrivateKeyObfuscator Modifier and Type Method Description PrivateKeyObfuscator
PrivateKeyEncryptionContext. getPrivateKeyObfuscator()
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. getRegisteredPrivateKeyObfuscator(String cipherName)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(String cipherName, PrivateKeyObfuscator o)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)
PrivateKeyObfuscator
PrivateKeyEncryptionContext. resolvePrivateKeyObfuscator()
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. unregisterPrivateKeyObfuscator(String cipherName)
Methods in org.apache.sshd.common.config.keys.loader that return types with arguments of type PrivateKeyObfuscator Modifier and Type Method Description static List<PrivateKeyObfuscator>
PrivateKeyEncryptionContext. getRegisteredPrivateKeyObfuscators()
Methods in org.apache.sshd.common.config.keys.loader with parameters of type PrivateKeyObfuscator Modifier and Type Method Description static <C extends PrivateKeyEncryptionContext>
CPrivateKeyEncryptionContext. initializeObfuscator(C context, PrivateKeyObfuscator o, String password)
static PrivateKeyEncryptionContext
PrivateKeyEncryptionContext. newPrivateKeyEncryptionContext(PrivateKeyObfuscator o, String password)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(String cipherName, PrivateKeyObfuscator o)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)
void
PrivateKeyEncryptionContext. setPrivateKeyObfuscator(PrivateKeyObfuscator value)
static boolean
PrivateKeyEncryptionContext. unregisterPrivateKeyObfuscator(PrivateKeyObfuscator o)
-