Uses of Interface
org.opensaml.xmlsec.signature.support.ContentReference
Packages that use ContentReference
Package
Description
Base classes for working with SAML as Java objects.
XMLObject interfaces and helper classes for representing digitally signed content and signing/validating content.
Implementations of the interfaces for XMLObjects that represent XML signature types.
Functional support for XML Signature.
-
Uses of ContentReference in org.opensaml.saml.common
Classes in org.opensaml.saml.common that implement ContentReferenceModifier and TypeClassDescriptionclassA content reference for SAML objects that will be signed. -
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.impl
Fields in org.opensaml.xmlsec.signature.impl with type parameters of type ContentReferenceModifier and TypeFieldDescriptionprivate List<ContentReference>SignatureImpl.contentReferencesReferences to content to be signed.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type ContentReferenceModifier and TypeMethodDescriptionSignatureImpl.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.