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 TypeClassDescriptionclassclassclassMethods in org.apache.sshd.common.config.keys.loader that return PrivateKeyObfuscatorModifier and TypeMethodDescriptionPrivateKeyEncryptionContext.getPrivateKeyObfuscator()static final PrivateKeyObfuscatorPrivateKeyEncryptionContext.getRegisteredPrivateKeyObfuscator(String cipherName) static PrivateKeyObfuscatorPrivateKeyEncryptionContext.registerPrivateKeyObfuscator(String cipherName, PrivateKeyObfuscator o) static PrivateKeyObfuscatorPrivateKeyEncryptionContext.registerPrivateKeyObfuscator(PrivateKeyObfuscator o) PrivateKeyEncryptionContext.resolvePrivateKeyObfuscator()static PrivateKeyObfuscatorPrivateKeyEncryptionContext.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 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 PrivateKeyObfuscatorModifier and TypeClassDescriptionstatic classA key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.