Uses of Class
com.gengoai.EncryptionMethod
-
Packages that use EncryptionMethod Package Description com.gengoai A set of utilities, frameworks, and tools to speed up and ease programming in Java. -
-
Uses of EncryptionMethod in com.gengoai
Methods in com.gengoai that return EncryptionMethod Modifier and Type Method Description static EncryptionMethod
EncryptionMethod. fromName(String name)
Parses a String to find the correct EncryptionMethod.static EncryptionMethod
EncryptionMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncryptionMethod[]
EncryptionMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-