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