Package org.apache.sshd.common.cipher
Interface CipherFactory
- All Superinterfaces:
AlgorithmNameProvider,BuiltinFactory<Cipher>,CipherInformation,Factory<Cipher>,KeySizeIndicator,NamedFactory<Cipher>,NamedResource,OptionalFeature,Supplier<Cipher>
- All Known Implementing Classes:
BuiltinCiphers
-
Field Summary
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE -
Method Summary
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithmMethods inherited from interface org.apache.sshd.common.cipher.CipherInformation
getAuthenticationTagSize, getCipherBlockSize, getIVSize, getKdfSize, getTransformationMethods inherited from interface org.apache.sshd.common.keyprovider.KeySizeIndicator
getKeySizeMethods inherited from interface org.apache.sshd.common.NamedResource
getNameMethods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported