Uses of Enum
org.apache.commons.crypto.cipher.OpenSsl.AlgorithmMode
Packages that use OpenSsl.AlgorithmMode
-
Uses of OpenSsl.AlgorithmMode in org.apache.commons.crypto.cipher
Subclasses with type arguments of type OpenSsl.AlgorithmMode in org.apache.commons.crypto.cipherModifier and TypeClassDescriptionprivate static enumCurrently only support AES/CTR/NoPadding.Methods in org.apache.commons.crypto.cipher that return OpenSsl.AlgorithmModeModifier and TypeMethodDescriptionstatic OpenSsl.AlgorithmModeReturns the enum constant of this type with the specified name.static OpenSsl.AlgorithmMode[]OpenSsl.AlgorithmMode.values()Returns an array containing the constants of this enum type, in the order they are declared.