Uses of Interface
org.apache.sshd.common.cipher.CipherFactory
Packages that use CipherFactory
-
Uses of CipherFactory in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement CipherFactoryModifier and TypeClassDescriptionenumProvides easy access to the currently implemented ciphersFields in org.apache.sshd.common.cipher with type parameters of type CipherFactoryModifier and TypeFieldDescriptionprivate static final Map<String, CipherFactory> BuiltinCiphers.EXTENSIONSMethods in org.apache.sshd.common.cipher that return CipherFactoryModifier and TypeMethodDescriptionstatic CipherFactoryBuiltinCiphers.resolveFactory(String name) Methods in org.apache.sshd.common.cipher that return types with arguments of type CipherFactoryModifier and TypeMethodDescriptionstatic NavigableSet<CipherFactory> BuiltinCiphers.getRegisteredExtensions()Methods in org.apache.sshd.common.cipher with parameters of type CipherFactoryModifier and TypeMethodDescriptionstatic voidBuiltinCiphers.registerExtension(CipherFactory extension) Registered aNamedFactoryto be available besides the built-in ones when parsing configurationConstructor parameters in org.apache.sshd.common.cipher with type arguments of type CipherFactory -
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 CipherFactoryModifier and TypeMethodDescriptionbyte[]OpenSSHKeyDecryptor.decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, 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 CipherFactoryModifier and TypeMethodDescriptionbyte[]BCryptKdfOptions.decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, String password) byte[]RawKdfOptions.decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, String password)