Enum BlockEncryptionAlgorithm
java.lang.Object
java.lang.Enum<BlockEncryptionAlgorithm>
io.jans.as.model.crypto.encryption.BlockEncryptionAlgorithm
- All Implemented Interfaces:
Serializable
,Comparable<BlockEncryptionAlgorithm>
,java.lang.constant.Constable
- Author:
- Javier Rojas Blum Date: 12.03.2012
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockEncryptionAlgorithm
int
int
getName()
toString()
static BlockEncryptionAlgorithm
Returns the enum constant of this type with the specified name.static BlockEncryptionAlgorithm[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
A128CBC_PLUS_HS256
-
A256CBC_PLUS_HS512
-
A128GCM
-
A256GCM
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
-
getFamily
-
getMessageDiggestAlgorithm
-
getIntegrityValueAlgorithm
-
getAlgorithm
-
getCmkLength
public int getCmkLength() -
getInitVectorLength
public int getInitVectorLength() -
getCekLength
-
fromName
-
toString
- Overrides:
toString
in classEnum<BlockEncryptionAlgorithm>
-