Uses of Class
com.uc4.util.AES.Mode
-
Packages that use AES.Mode Package Description com.uc4.util -
-
Uses of AES.Mode in com.uc4.util
Methods in com.uc4.util that return AES.Mode Modifier and Type Method Description static AES.Mode
AES.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AES.Mode[]
AES.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.util with parameters of type AES.Mode Modifier and Type Method Description void
AES. initializeEnc(byte[] Key, int KeyLen, AES.Mode m)
initialize the encryption class.
-