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 classAbstractPrivateKeyObfuscatorclassAESPrivateKeyObfuscatorclassDESPrivateKeyObfuscatorMethods in org.apache.sshd.common.config.keys.loader that return PrivateKeyObfuscator Modifier and Type Method Description PrivateKeyObfuscatorPrivateKeyEncryptionContext. getPrivateKeyObfuscator()static PrivateKeyObfuscatorPrivateKeyEncryptionContext. getRegisteredPrivateKeyObfuscator(String cipherName)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(String cipherName, PrivateKeyObfuscator o)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(PrivateKeyObfuscator o)PrivateKeyObfuscatorPrivateKeyEncryptionContext. resolvePrivateKeyObfuscator()static PrivateKeyObfuscatorPrivateKeyEncryptionContext. 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 PrivateKeyEncryptionContextPrivateKeyEncryptionContext. newPrivateKeyEncryptionContext(PrivateKeyObfuscator o, String password)static PrivateKeyObfuscatorPrivateKeyEncryptionContext. registerPrivateKeyObfuscator(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.
-