Uses of Enum Class
org.conical.common.bbl.auth.EncryptionUtil.Algorithm
-
Uses of EncryptionUtil.Algorithm in org.conical.common.bbl.auth
Modifier and TypeMethodDescriptionstatic EncryptionUtil.Algorithm
Returns the enum constant of this class with the specified name.static EncryptionUtil.Algorithm[]
EncryptionUtil.Algorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic String
EncryptionUtil.encrypt
(String plaintext, EncryptionUtil.Algorithm algorithm) Encrypts the given plain text using the passed algorithm.