public static enum Saml2X509Credential.Saml2X509CredentialType extends java.lang.Enum<Saml2X509Credential.Saml2X509CredentialType>
Enum Constant and Description |
---|
DECRYPTION |
ENCRYPTION |
SIGNING |
VERIFICATION |
Modifier and Type | Method and Description |
---|---|
static Saml2X509Credential.Saml2X509CredentialType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Saml2X509Credential.Saml2X509CredentialType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Saml2X509Credential.Saml2X509CredentialType VERIFICATION
public static final Saml2X509Credential.Saml2X509CredentialType ENCRYPTION
public static final Saml2X509Credential.Saml2X509CredentialType SIGNING
public static final Saml2X509Credential.Saml2X509CredentialType DECRYPTION
public static Saml2X509Credential.Saml2X509CredentialType[] values()
for (Saml2X509Credential.Saml2X509CredentialType c : Saml2X509Credential.Saml2X509CredentialType.values()) System.out.println(c);
public static Saml2X509Credential.Saml2X509CredentialType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null