Uses of Interface
org.apache.sshd.common.cipher.CipherFactory
-
Packages that use CipherFactory Package Description org.apache.sshd.common.cipher Cipherimplementations. -
-
Uses of CipherFactory in org.apache.sshd.common.cipher
Classes in org.apache.sshd.common.cipher that implement CipherFactory Modifier and Type Class Description classBuiltinCiphersProvides easy access to the currently implemented ciphersMethods in org.apache.sshd.common.cipher that return CipherFactory Modifier and Type Method Description static CipherFactoryBuiltinCiphers. resolveFactory(String name)Methods in org.apache.sshd.common.cipher that return types with arguments of type CipherFactory Modifier and Type Method Description static NavigableSet<CipherFactory>BuiltinCiphers. getRegisteredExtensions()Methods in org.apache.sshd.common.cipher with parameters of type CipherFactory Modifier and Type Method Description static 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 Constructor Description ParseResult(List<CipherFactory> parsed, List<String> unsupported)
-