static SAMLEncryptionAlgorithms |
SAMLEncryptionAlgorithms.forKeycloakIdentifier(String keycloakIdentifier) |
Returns the SAMLEncryptionAlgorithms for the keycloak identifier.
|
static SAMLEncryptionAlgorithms |
SAMLEncryptionAlgorithms.forXMLEncIdentifier(String xmlEncIdentifier) |
Returns the SAMLEncryptionAlgorithms that contains the xml enc identifier.
|
static SAMLEncryptionAlgorithms |
SAMLEncryptionAlgorithms.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SAMLEncryptionAlgorithms[] |
SAMLEncryptionAlgorithms.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|