Uses of Enum
org.cryptacular.pbe.OpenSSLAlgorithm
Packages that use OpenSSLAlgorithm
-
Uses of OpenSSLAlgorithm in org.cryptacular.pbe
Methods in org.cryptacular.pbe that return OpenSSLAlgorithmModifier and TypeMethodDescriptionstatic OpenSSLAlgorithm
OpenSSLAlgorithm.fromAlgorithmId
(String algorithmId) Converts an OID to the corresponding algorithm specification.static OpenSSLAlgorithm
Returns the enum constant of this type with the specified name.static OpenSSLAlgorithm[]
OpenSSLAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.cryptacular.pbe with parameters of type OpenSSLAlgorithmModifierConstructorDescriptionOpenSSLEncryptionScheme
(OpenSSLAlgorithm algorithm, byte[] iv, char[] password) Creates a new instance from an algorithm and salt data.