public enum XmlKeyTransportAlgorithm extends Enum<XmlKeyTransportAlgorithm>
| Enum Constant and Description |
|---|
RSA_OAEP |
RSA_OAEP_11 |
RSA15 |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
static XmlKeyTransportAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlKeyTransportAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlKeyTransportAlgorithm RSA15
public static final XmlKeyTransportAlgorithm RSA_OAEP
public static final XmlKeyTransportAlgorithm RSA_OAEP_11
public static XmlKeyTransportAlgorithm[] values()
for (XmlKeyTransportAlgorithm c : XmlKeyTransportAlgorithm.values()) System.out.println(c);
public static XmlKeyTransportAlgorithm 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 © 2024 MuleSoft, Inc.. All rights reserved.