Uses of Class
org.openiam.util.encrypt.Algorithm
-
Packages that use Algorithm Package Description org.openiam.util.encrypt The org.openiam.util.encrypt package consists of easy to use classes that provide encryption and decryption. -
-
Uses of Algorithm in org.openiam.util.encrypt
Methods in org.openiam.util.encrypt that return Algorithm Modifier and Type Method Description static Algorithm
Algorithm. getByKeySize(int keySize)
static Algorithm
Algorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static Algorithm[]
Algorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.util.encrypt with parameters of type Algorithm Modifier and Type Method Description Cryptor
CryptorProvider. getCryptor(Algorithm algorithm)
-