Uses of Class
org.opensaml.xmlsec.signature.impl.SignatureImpl
Packages that use SignatureImpl
Package
Description
Classes related to verifying various credentials within a SAML system.
Implementations of the interfaces for XMLObjects that represent XML signature types.
-
Uses of SignatureImpl in org.opensaml.saml.security.impl
Methods in org.opensaml.saml.security.impl with parameters of type SignatureImplModifier and TypeMethodDescriptionprotected void
SAMLSignatureProfileValidator.validateSignatureImpl
(SignatureImpl sigImpl) Validate an instance ofSignatureImpl
, which is in turn based on underlying Apache XML SecurityXMLSignature
instance. -
Uses of SignatureImpl in org.opensaml.xmlsec.signature.impl
Methods in org.opensaml.xmlsec.signature.impl that return SignatureImplModifier and TypeMethodDescriptionSignatureBuilder.buildObject()
Creates the XMLObject with the default prefix and local name.SignatureBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.