Uses of Enum Class
org.keycloak.dom.saml.v2.metadata.KeyTypes
Package
Description
-
Uses of KeyTypes in org.keycloak.dom.saml.v2.metadata
Modifier and TypeMethodDescriptionstatic KeyTypes
KeyDescriptorType.getUse()
Gets the value of the use property.static KeyTypes
Returns the enum constant of this class with the specified name.static KeyTypes[]
KeyTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of KeyTypes in org.keycloak.saml
Modifier and TypeMethodDescriptionstatic KeyDescriptorType
SPMetadataDescriptor.buildKeyDescriptorType
(Element keyInfo, KeyTypes use, String... algorithm) -
Uses of KeyTypes in org.keycloak.saml.processing.core.saml.v2.util
Modifier and TypeMethodDescriptionstatic X509Certificate
SAMLMetadataUtil.getCertificate
(KeyTypes use, SSODescriptorType ssoDescriptorType)