Uses of Interface
org.opensaml.xmlsec.signature.SignableXMLObject
-
Packages that use SignableXMLObject Package Description org.opensaml.xmlsec.signature XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.org.opensaml.xmlsec.signature.support Functional support for XML Signature. -
-
Uses of SignableXMLObject in org.opensaml.xmlsec.signature
Classes in org.opensaml.xmlsec.signature that implement SignableXMLObject Modifier and Type Class Description class
AbstractSignableXMLObject
Base for signable XMLObjects. -
Uses of SignableXMLObject in org.opensaml.xmlsec.signature.support
Methods in org.opensaml.xmlsec.signature.support with parameters of type SignableXMLObject Modifier and Type Method Description static void
SignatureSupport. signObject(SignableXMLObject signable, SignatureSigningParameters parameters)
Signs aSignableXMLObject
.
-