Uses of Interface
org.apache.sshd.common.cipher.CipherFactory
-
Packages that use CipherFactory Package Description org.apache.sshd.common.cipher Cipher
implementations.org.apache.sshd.common.config.keys.loader.openssh org.apache.sshd.common.config.keys.loader.openssh.kdf -
-
Uses of CipherFactory in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement CipherFactory Modifier and Type Class Description class
BuiltinCiphers
Provides easy access to the currently implemented ciphersFields in org.apache.sshd.common.cipher with type parameters of type CipherFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,CipherFactory>
BuiltinCiphers. EXTENSIONS
Methods in org.apache.sshd.common.cipher that return CipherFactory Modifier and Type Method Description static CipherFactory
BuiltinCiphers. resolveFactory(java.lang.String name)
Methods in org.apache.sshd.common.cipher that return types with arguments of type CipherFactory Modifier and Type Method Description static java.util.NavigableSet<CipherFactory>
BuiltinCiphers. getRegisteredExtensions()
Methods in org.apache.sshd.common.cipher with parameters of type CipherFactory Modifier and Type Method Description static void
BuiltinCiphers. registerExtension(CipherFactory extension)
Registered aNamedFactory
to be available besides the built-in ones when parsing configurationConstructor parameters in org.apache.sshd.common.cipher with type arguments of type CipherFactory Constructor Description ParseResult(java.util.List<CipherFactory> parsed, java.util.List<java.lang.String> unsupported)
-
Uses of CipherFactory in org.apache.sshd.common.config.keys.loader.openssh
Methods in org.apache.sshd.common.config.keys.loader.openssh with parameters of type CipherFactory Modifier and Type Method Description byte[]
OpenSSHKeyDecryptor. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password)
-
Uses of CipherFactory in org.apache.sshd.common.config.keys.loader.openssh.kdf
Methods in org.apache.sshd.common.config.keys.loader.openssh.kdf with parameters of type CipherFactory Modifier and Type Method Description byte[]
BCryptKdfOptions. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password)
byte[]
RawKdfOptions. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, java.lang.String password)
-