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 NamedResource
BY_NAME_COMPARATOR, NAME_EXTRACTORFields inherited from interface OptionalFeature
FALSE, TRUE -
Method Summary
Methods inherited from interface AlgorithmNameProvider
getAlgorithmMethods inherited from interface CipherInformation
getAuthenticationTagSize, getCipherBlockSize, getIVSize, getKdfSize, getTransformationMethods inherited from interface KeySizeIndicator
getKeySizeMethods inherited from interface NamedResource
getNameMethods inherited from interface OptionalFeature
isSupported