public enum SAMLSignatureKeyName extends Enum<SAMLSignatureKeyName>
Enum Constant and Description |
---|
CERT_SUBJECT |
KEY_ID |
NONE |
Modifier and Type | Method and Description |
---|---|
static SAMLSignatureKeyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAMLSignatureKeyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAMLSignatureKeyName NONE
public static final SAMLSignatureKeyName KEY_ID
public static final SAMLSignatureKeyName CERT_SUBJECT
public static SAMLSignatureKeyName[] values()
for (SAMLSignatureKeyName c : SAMLSignatureKeyName.values()) System.out.println(c);
public static SAMLSignatureKeyName 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 nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.