public enum EncryptionKeyIdentifierConstants extends Enum<EncryptionKeyIdentifierConstants>
| Enum Constant and Description |
|---|
DIRECT_REFERENCE |
EMBEDDED_KEY_NAME |
ENCRYPTED_KEY_SHA1 |
ISSUER_SERIAL |
SKI_KEY_IDENTIFIER |
THUMBPRINT |
X509_KEY_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getNumVal() |
String |
toString() |
static EncryptionKeyIdentifierConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionKeyIdentifierConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptionKeyIdentifierConstants ISSUER_SERIAL
public static final EncryptionKeyIdentifierConstants DIRECT_REFERENCE
public static final EncryptionKeyIdentifierConstants X509_KEY_IDENTIFIER
public static final EncryptionKeyIdentifierConstants THUMBPRINT
public static final EncryptionKeyIdentifierConstants SKI_KEY_IDENTIFIER
public static final EncryptionKeyIdentifierConstants ENCRYPTED_KEY_SHA1
public static final EncryptionKeyIdentifierConstants EMBEDDED_KEY_NAME
public static EncryptionKeyIdentifierConstants[] values()
for (EncryptionKeyIdentifierConstants c : EncryptionKeyIdentifierConstants.values()) System.out.println(c);
public static EncryptionKeyIdentifierConstants 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 getName()
public int getNumVal()
public String toString()
toString in class Enum<EncryptionKeyIdentifierConstants>Copyright © 2023 MuleSoft, Inc.. All rights reserved.