Package org.apache.sshd.common.cipher
Interface CipherFactory
-
- All Superinterfaces:
AlgorithmNameProvider
,BuiltinFactory<Cipher>
,CipherInformation
,Factory<Cipher>
,KeySizeIndicator
,NamedFactory<Cipher>
,NamedResource
,OptionalFeature
,java.util.function.Supplier<Cipher>
- All Known Implementing Classes:
BuiltinCiphers
public interface CipherFactory extends BuiltinFactory<Cipher>, CipherInformation
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTOR
-
Fields inherited from interface org.apache.sshd.common.OptionalFeature
FALSE, TRUE
-
-
Method Summary
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
Methods inherited from interface org.apache.sshd.common.cipher.CipherInformation
getCipherBlockSize, getIVSize, getKdfSize, getTransformation
-
Methods inherited from interface org.apache.sshd.common.keyprovider.KeySizeIndicator
getKeySize
-
Methods inherited from interface org.apache.sshd.common.NamedResource
getName
-
Methods inherited from interface org.apache.sshd.common.OptionalFeature
isSupported
-
-