Uses of Class
org.opensaml.xmlsec.signature.support.SignatureException
-
Packages that use SignatureException Package Description org.opensaml.saml.common.messaging Support classes for SAML message security operations.org.opensaml.saml.security.impl Classes related to verifying various credentials within a SAML system.org.opensaml.xmlsec.signature.support Functional support for XML Signature.org.opensaml.xmlsec.signature.support.impl Implementations of signature evaluation functions.org.opensaml.xmlsec.signature.support.impl.provider 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 SignatureException Modifier and Type Method Description static 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 SignatureException Modifier and Type Method Description voidSAMLSignatureProfileValidator. validate(Signature signature)Validate 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 SignatureException Modifier and Type Method Description private 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.voidSignaturePrevalidator. validate(Signature signature)Validate 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 SignatureException Modifier and Type Method Description protected voidSignatureAlgorithmValidator. checkDOM(Signature signature)Check that Signature XMLObject has a cached DOM Element.protected List<String>SignatureAlgorithmValidator. getDigestMethods(Signature signatureXMLObject)Get the list of Signature Reference DigestMethod algorithm URIs.protected StringSignatureAlgorithmValidator. getSignatureAlgorithm(Signature signatureXMLObject)Get the signature algorithm.voidChainingSignaturePrevalidator. validate(Signature signature)Validate the signature according to the requirements represented by the validator.voidSignatureAlgorithmValidator. validate(Signature signature)Validate 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 SignatureException Modifier and Type Method Description voidApacheSantuarioSignerProviderImpl. signObject(Signature signature)Signs a single XMLObject.voidApacheSantuarioSignatureValidationProviderImpl. validate(Signature signature, Credential validationCredential)Validate the given XML Signature using the given candidate validation Credential.
-