Uses of Interface
org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
Packages that use PrivateKeyObfuscator
Package
Description
-
Uses of PrivateKeyObfuscator in org.apache.sshd.common.config.keys.loader
Classes in org.apache.sshd.common.config.keys.loader that implement PrivateKeyObfuscatorModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.sshd.common.config.keys.loader declared as PrivateKeyObfuscatorModifier and TypeFieldDescriptionprivate PrivateKeyObfuscator
PrivateKeyEncryptionContext.obfuscator
Fields in org.apache.sshd.common.config.keys.loader with type parameters of type PrivateKeyObfuscatorModifier and TypeFieldDescriptionprivate static final Map
<String, PrivateKeyObfuscator> PrivateKeyEncryptionContext.OBFUSCATORS
Methods in org.apache.sshd.common.config.keys.loader that return PrivateKeyObfuscatorModifier and TypeMethodDescriptionPrivateKeyEncryptionContext.getPrivateKeyObfuscator()
static final PrivateKeyObfuscator
PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscator
(String cipherName) static PrivateKeyObfuscator
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator
(String cipherName, PrivateKeyObfuscator o) static PrivateKeyObfuscator
PrivateKeyEncryptionContext.registerPrivateKeyObfuscator
(PrivateKeyObfuscator o) PrivateKeyEncryptionContext.resolvePrivateKeyObfuscator()
static PrivateKeyObfuscator
PrivateKeyEncryptionContext.unregisterPrivateKeyObfuscator
(String cipherName) Methods in org.apache.sshd.common.config.keys.loader that return types with arguments of type PrivateKeyObfuscatorModifier and TypeMethodDescriptionstatic final List
<PrivateKeyObfuscator> PrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscators()
Methods in org.apache.sshd.common.config.keys.loader with parameters of type PrivateKeyObfuscatorModifier and TypeMethodDescriptionstatic final <C extends PrivateKeyEncryptionContext>
CPrivateKeyEncryptionContext.initializeObfuscator
(C context, PrivateKeyObfuscator o, String password) static final 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) -
Uses of PrivateKeyObfuscator in org.apache.sshd.common.config.keys.writer.openssh
Classes in org.apache.sshd.common.config.keys.writer.openssh that implement PrivateKeyObfuscatorModifier and TypeClassDescriptionstatic class
A key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.