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