Uses of Interface
org.opensaml.xmlsec.signature.support.ContentReference
-
Packages that use ContentReference 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 ContentReference in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type ContentReference Modifier and Type Method Description List<ContentReference>Signature. 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.support Modifier and Type Interface Description interfaceConfigurableContentReferenceA specialization ofContentReferencewhich allows some signature reference properties to be specified.interfaceTransformsConfigurableContentReferenceA specialization ofContentReferencewhich allows signature transforms to be specified.Classes in org.opensaml.xmlsec.signature.support that implement ContentReference Modifier and Type Class Description classDocumentInternalIDContentReferenceA content reference that references Elements withing the same document by ID attribute.classURIContentReferenceA 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 ContentReference Modifier and Type Method Description private 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.
-