Class SAMLMetadataUtil
java.lang.Object
org.keycloak.saml.processing.core.saml.v2.util.SAMLMetadataUtil
Deals with SAML2 Metadata
- Since:
- Jan 31, 2011
- Author:
- Anil.Saldhana@redhat.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic X509CertificategetCertificate(KeyDescriptorType keyDescriptor) Get theX509Certificatefrom the KeyInfostatic X509CertificategetCertificate(KeyTypes use, SSODescriptorType ssoDescriptorType)
-
Constructor Details
-
SAMLMetadataUtil
public SAMLMetadataUtil()
-
-
Method Details
-
getCertificate
public static X509Certificate getCertificate(KeyDescriptorType keyDescriptor) throws ConfigurationException, ProcessingException Get theX509Certificatefrom the KeyInfo- Parameters:
keyDescriptor-- Returns:
- Throws:
ProcessingExceptionConfigurationException
-
getCertificate
-