Uses of Enum Class
com.uc4.util.AES.Mode
Packages that use AES.Mode
-
Uses of AES.Mode in com.uc4.util
Methods in com.uc4.util that return AES.ModeModifier and TypeMethodDescriptionstatic AES.ModeReturns the enum constant of this class with the specified name.static AES.Mode[]AES.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.util with parameters of type AES.ModeModifier and TypeMethodDescriptionvoidAES.initializeEnc(byte[] Key, int KeyLen, AES.Mode m) initialize the encryption class.