Uses of Enum
org.apache.commons.crypto.cipher.OpenSslEvpCtrlValues
Packages that use OpenSslEvpCtrlValues
-
Uses of OpenSslEvpCtrlValues in org.apache.commons.crypto.cipher
Subclasses with type arguments of type OpenSslEvpCtrlValues in org.apache.commons.crypto.cipherModifier and TypeClassDescription(package private) enumThis enum is defined for OpenSslNative.ctrl() to allow various cipher specific parameters to be determined and set.Methods in org.apache.commons.crypto.cipher that return OpenSslEvpCtrlValuesModifier and TypeMethodDescriptionstatic OpenSslEvpCtrlValuesReturns the enum constant of this type with the specified name.static OpenSslEvpCtrlValues[]OpenSslEvpCtrlValues.values()Returns an array containing the constants of this enum type, in the order they are declared.