Uses of Class
org.apache.sshd.common.cipher.BuiltinCiphers
-
Packages that use BuiltinCiphers Package Description org.apache.sshd.common org.apache.sshd.common.cipher Cipherimplementations. -
-
Uses of BuiltinCiphers in org.apache.sshd.common
Fields in org.apache.sshd.common with type parameters of type BuiltinCiphers Modifier and Type Field Description static java.util.List<BuiltinCiphers>BaseBuilder. DEFAULT_CIPHERS_PREFERENCEThe defaultBuiltinCipherssetup in order of preference as specified by ssh_config(5) -
Uses of BuiltinCiphers in org.apache.sshd.common.cipher
Fields in org.apache.sshd.common.cipher with type parameters of type BuiltinCiphers Modifier and Type Field Description static java.util.Set<BuiltinCiphers>BuiltinCiphers. VALUESMethods in org.apache.sshd.common.cipher that return BuiltinCiphers Modifier and Type Method Description static BuiltinCiphersBuiltinCiphers. fromFactory(NamedFactory<Cipher> factory)static BuiltinCiphersBuiltinCiphers. fromFactoryName(java.lang.String name)static BuiltinCiphersBuiltinCiphers. fromString(java.lang.String s)static BuiltinCiphersBuiltinCiphers. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BuiltinCiphers[]BuiltinCiphers. values()Returns an array containing the constants of this enum type, in the order they are declared.
-