Package | Description |
---|---|
se.litsec.swedisheid.opensaml.saml2.signservice |
SAML support for Signature Services according to the Swedish eID Framework.
|
Modifier and Type | Method and Description |
---|---|
static SADParser.SADValidator |
SADParser.getValidator(EntityDescriptor idpMetadata)
Returns a SAD validator initialized with the IdP
EntityDescriptor (metadata) from which the IdP signing
key/certificate will be read (needed for JWT signature validation). |
static SADParser.SADValidator |
SADParser.getValidator(se.litsec.opensaml.saml2.metadata.provider.MetadataProvider metadataProvider)
Returns a SAD validator initialized with a
MetadataProvider instance. |
static SADParser.SADValidator |
SADParser.getValidator(X509Certificate... validationCertificates)
Returns a SAD validator initialized with a set of certificates that are to be used for JWT signature validation.
|
Copyright © 2018 Litsec AB. All rights reserved.