Uses of Enum Class
org.conical.common.bbl.auth.EncryptionUtil.Algorithm
Packages that use EncryptionUtil.Algorithm
-
Uses of EncryptionUtil.Algorithm in org.conical.common.bbl.auth
Methods in org.conical.common.bbl.auth that return EncryptionUtil.AlgorithmModifier and TypeMethodDescriptionstatic EncryptionUtil.AlgorithmReturns 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.Methods in org.conical.common.bbl.auth with parameters of type EncryptionUtil.AlgorithmModifier and TypeMethodDescriptionstatic StringEncryptionUtil.encrypt(String plaintext, EncryptionUtil.Algorithm algorithm) Encrypts the given plain text using the passed algorithm.