Package org.opensaml.xmlsec.algorithm
Enum AlgorithmDescriptor.AlgorithmType
java.lang.Object
java.lang.Enum<AlgorithmDescriptor.AlgorithmType>
org.opensaml.xmlsec.algorithm.AlgorithmDescriptor.AlgorithmType
- All Implemented Interfaces:
Serializable
,Comparable<AlgorithmDescriptor.AlgorithmType>
- Enclosing interface:
- AlgorithmDescriptor
public static enum AlgorithmDescriptor.AlgorithmType
extends Enum<AlgorithmDescriptor.AlgorithmType>
Algorithm descriptor types.
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBlock Encryption.Key Agreement.Key Transport.Message Authentication Code (MAC).Message Digest.Signature.Symmetric Key Wrap. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AlgorithmDescriptor.AlgorithmType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BlockEncryption
Block Encryption. -
Mac
Message Authentication Code (MAC). -
MessageDigest
Message Digest. -
KeyAgreement
Key Agreement. -
KeyTransport
Key Transport. -
Signature
Signature. -
SymmetricKeyWrap
Symmetric Key Wrap.
-
-
Constructor Details
-
AlgorithmType
private AlgorithmType()
-
-
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
-