Uses of Interface
org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
-
Packages that use PrivateKeyObfuscator Package Description org.apache.sshd.common.config.keys.loader org.apache.sshd.common.config.keys.writer.openssh -
-
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 classAbstractPrivateKeyObfuscatorclassAESPrivateKeyObfuscatorclassDESPrivateKeyObfuscatorFields in org.apache.sshd.common.config.keys.loader declared as PrivateKeyObfuscator Modifier and Type Field Description private PrivateKeyObfuscatorPrivateKeyEncryptionContext. obfuscatorFields 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. OBFUSCATORSMethods in org.apache.sshd.common.config.keys.loader that return PrivateKeyObfuscator Modifier and Type Method Description PrivateKeyObfuscatorPrivateKeyEncryptionContext. getPrivateKeyObfuscator()static PrivateKeyObfuscatorPrivateKeyEncryptionContext. getRegisteredPrivateKeyObfuscator(java.lang.String cipherName)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(java.lang.String cipherName, PrivateKeyObfuscator o)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)PrivateKeyObfuscatorPrivateKeyEncryptionContext. resolvePrivateKeyObfuscator()static PrivateKeyObfuscatorPrivateKeyEncryptionContext. 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 PrivateKeyEncryptionContextPrivateKeyEncryptionContext. newPrivateKeyEncryptionContext(PrivateKeyObfuscator o, java.lang.String password)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(java.lang.String cipherName, PrivateKeyObfuscator o)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)voidPrivateKeyEncryptionContext. setPrivateKeyObfuscator(PrivateKeyObfuscator value)static booleanPrivateKeyEncryptionContext. unregisterPrivateKeyObfuscator(PrivateKeyObfuscator o) -
Uses of PrivateKeyObfuscator in org.apache.sshd.common.config.keys.writer.openssh
Classes in org.apache.sshd.common.config.keys.writer.openssh that implement PrivateKeyObfuscator Modifier and Type Class Description static classOpenSSHKeyPairResourceWriter.KeyEncryptorA key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.
-