Enum Class TextCipher.IdentityTextCipher
java.lang.Object
java.lang.Enum<TextCipher.IdentityTextCipher>
io.leandev.appfuse.security.crypto.TextCipher.IdentityTextCipher
- All Implemented Interfaces:
TextCipher, Serializable, Comparable<TextCipher.IdentityTextCipher>, Constable
- Enclosing interface:
TextCipher
public static enum TextCipher.IdentityTextCipher
extends Enum<TextCipher.IdentityTextCipher>
implements TextCipher
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface TextCipher
TextCipher.IdentityTextCipher -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TextCipher.IdentityTextCipher[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INSTANCE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
encrypt
- Specified by:
encryptin interfaceTextCipher
-
decrypt
- Specified by:
decryptin interfaceTextCipher
-