Uses of Class
org.opensaml.xmlsec.signature.support.SignatureException
Packages that use SignatureException
Package
Description
Support classes for SAML message security operations.
Classes related to verifying various credentials within a SAML system.
Functional support for XML Signature.
Implementations of signature evaluation functions.
Provides Santuario-specific implementation of signing and validation.
-
Uses of SignatureException in org.opensaml.saml.common.messaging
Methods in org.opensaml.saml.common.messaging that throw SignatureExceptionModifier and TypeMethodDescriptionstatic voidSAMLMessageSecuritySupport.signMessage(MessageContext messageContext) Signs the SAML message represented in the message context if it is aSignableXMLObjectand the message context contains signing parameters as determined bySAMLMessageSecuritySupport.getContextSigningParameters(MessageContext). -
Uses of SignatureException in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl that throw SignatureExceptionModifier and TypeMethodDescriptionvoidValidate the signature according to the requirements represented by the validator.protected voidSAMLSignatureProfileValidator.validateObjectChildren(org.apache.xml.security.signature.XMLSignature apacheSig) Validate that the Signature instance does not contain any ds:Object children.protected org.apache.xml.security.signature.ReferenceSAMLSignatureProfileValidator.validateReference(org.apache.xml.security.signature.XMLSignature apacheSig) Validate the Signature's SignedInfo Reference.protected voidSAMLSignatureProfileValidator.validateReferenceURI(String uri, String id) Validate the Reference URI and parent ID attribute values.protected voidSAMLSignatureProfileValidator.validateReferenceURI(String uri, SignableSAMLObject signableObject) Validate the Signature's Reference URI.protected voidSAMLSignatureProfileValidator.validateSignatureImpl(SignatureImpl sigImpl) Validate an instance ofSignatureImpl, which is in turn based on underlying Apache XML SecurityXMLSignatureinstance.protected voidSAMLSignatureProfileValidator.validateTransforms(org.apache.xml.security.signature.Reference reference) Validate the transforms included in the Signature Reference. -
Uses of SignatureException in org.opensaml.xmlsec.signature.support
Methods in org.opensaml.xmlsec.signature.support that throw SignatureExceptionModifier and TypeMethodDescriptionprivate static SignatureValidationProviderSignatureValidator.getSignatureValidationProvider()Obtain theSignatureValidationProviderinstance to be used.private static SignerProviderSigner.getSignerProvider()Obtain theSignerProviderinstance to be used.static voidSignatureSupport.signObject(SignableXMLObject signable, SignatureSigningParameters parameters) Signs aSignableXMLObject.static voidSigner.signObject(Signature signature) Signs a single XMLObject.voidSignerProvider.signObject(Signature signature) Signs a single XMLObject.static voidSigner.signObjects(List<Signature> signatures) Signs the given XMLObject in the order provided.voidValidate the signature according to the requirements represented by the validator.voidSignatureValidationProvider.validate(Signature signature, Credential validationCredential) Validate the given XML Signature using the given candidate validation Credential.static voidSignatureValidator.validate(Signature signature, Credential validationCredential) Validate the given XML Signature using the given candidate validation Credential. -
Uses of SignatureException in org.opensaml.xmlsec.signature.support.impl
Methods in org.opensaml.xmlsec.signature.support.impl that throw SignatureExceptionModifier and TypeMethodDescriptionprotected voidCheck that Signature XMLObject has a cached DOM Element.SignatureAlgorithmValidator.getDigestMethods(Signature signatureXMLObject) Get the list of Signature Reference DigestMethod algorithm URIs.protected StringSignatureAlgorithmValidator.getSignatureAlgorithm(Signature signatureXMLObject) Get the signature algorithm.voidValidate the signature according to the requirements represented by the validator.voidValidate the algorithms in the signature.protected voidSignatureAlgorithmValidator.validateAlgorithmURI(String algorithmURI) Validate the supplied algorithm URI against the configured include and exclude lists. -
Uses of SignatureException in org.opensaml.xmlsec.signature.support.impl.provider
Methods in org.opensaml.xmlsec.signature.support.impl.provider that throw SignatureExceptionModifier and TypeMethodDescriptionvoidApacheSantuarioSignerProviderImpl.signObject(Signature signature) Signs a single XMLObject.voidApacheSantuarioSignatureValidationProviderImpl.validate(Signature signature, Credential validationCredential) Validate the given XML Signature using the given candidate validation Credential.