public enum XmlSignEncryptionAlgorithm extends Enum<XmlSignEncryptionAlgorithm>
| Enum Constant and Description |
|---|
DSA_SHA1
|
ECDSA_SHA256
|
HMAC_SHA1
|
RSA_SHA1
|
RSA_SHA256 |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Used to get the string uri for the Signature Method algorithm
|
static XmlSignEncryptionAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlSignEncryptionAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlSignEncryptionAlgorithm RSA_SHA1
public static final XmlSignEncryptionAlgorithm RSA_SHA256
public static final XmlSignEncryptionAlgorithm DSA_SHA1
public static final XmlSignEncryptionAlgorithm HMAC_SHA1
public static final XmlSignEncryptionAlgorithm ECDSA_SHA256
public static XmlSignEncryptionAlgorithm[] values()
for (XmlSignEncryptionAlgorithm c : XmlSignEncryptionAlgorithm.values()) System.out.println(c);
public static XmlSignEncryptionAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAlgorithm()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.