Uses of Interface
org.opensaml.xmlsec.signature.support.ContentReference
Packages that use ContentReference
Package
Description
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Functional support for XML Signature.
-
Uses of ContentReference in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type ContentReferenceModifier and TypeMethodDescriptionSignature.getContentReferences()Gets the list of signature content references. -
Uses of ContentReference in org.opensaml.xmlsec.signature.support
Subinterfaces of ContentReference in org.opensaml.xmlsec.signature.supportModifier and TypeInterfaceDescriptioninterfaceA specialization ofContentReferencewhich allows some signature reference properties to be specified.interfaceA specialization ofContentReferencewhich allows signature transforms to be specified.Classes in org.opensaml.xmlsec.signature.support that implement ContentReferenceModifier and TypeClassDescriptionclassA content reference that references Elements withing the same document by ID attribute.classA generic content reference that uses a URI to reference the content to be signed.Methods in org.opensaml.xmlsec.signature.support with parameters of type ContentReferenceModifier and TypeMethodDescriptionprivate static voidSignatureSupport.addOrReplaceReferenceCanonicalizationTransform(ContentReference cr, String uri) Process the indicated content reference and either add or replace its canonicalization Transform algorithm with the indicated algorithm.