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
Fields in org.apache.sshd.common.config.keys.loader declared as PrivateKeyObfuscator Modifier and Type Field Description private PrivateKeyObfuscator
PrivateKeyEncryptionContext. obfuscator
Fields in org.apache.sshd.common.config.keys.loader with type parameters of type PrivateKeyObfuscator Modifier and Type Field Description private static java.util.Map<java.lang.String,PrivateKeyObfuscator>
PrivateKeyEncryptionContext. OBFUSCATORS
Methods in org.apache.sshd.common.config.keys.loader that return PrivateKeyObfuscator Modifier and Type Method Description PrivateKeyObfuscator
PrivateKeyEncryptionContext. getPrivateKeyObfuscator()
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. getRegisteredPrivateKeyObfuscator(java.lang.String cipherName)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(java.lang.String cipherName, PrivateKeyObfuscator o)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)
PrivateKeyObfuscator
PrivateKeyEncryptionContext. resolvePrivateKeyObfuscator()
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. unregisterPrivateKeyObfuscator(java.lang.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 java.util.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, java.lang.String password)
static PrivateKeyEncryptionContext
PrivateKeyEncryptionContext. newPrivateKeyEncryptionContext(PrivateKeyObfuscator o, java.lang.String password)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(java.lang.String cipherName, PrivateKeyObfuscator o)
static PrivateKeyObfuscator
PrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)
void
PrivateKeyEncryptionContext. setPrivateKeyObfuscator(PrivateKeyObfuscator value)
static boolean
PrivateKeyEncryptionContext. unregisterPrivateKeyObfuscator(PrivateKeyObfuscator o)
-