Uses of Interface
org.opensaml.xmlsec.signature.Transforms
Packages that use Transforms
Package
Description
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.
-
Uses of Transforms in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return TransformsModifier and TypeMethodDescriptionRetrievalMethod.getTransforms()
Get the Transforms child element.Methods in org.opensaml.xmlsec.signature with parameters of type TransformsModifier and TypeMethodDescriptionvoid
RetrievalMethod.setTransforms
(Transforms newTransforms) Set the Transforms child element. -
Uses of Transforms in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement TransformsFields in org.opensaml.xmlsec.signature.impl declared as TransformsModifier and TypeFieldDescriptionprivate Transforms
RetrievalMethodImpl.transforms
Transforms attribute value.Methods in org.opensaml.xmlsec.signature.impl that return TransformsModifier and TypeMethodDescriptionTransformsBuilder.buildObject()
Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.TransformsBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.RetrievalMethodImpl.getTransforms()
Get the Transforms child element.Methods in org.opensaml.xmlsec.signature.impl with parameters of type TransformsModifier and TypeMethodDescriptionvoid
RetrievalMethodImpl.setTransforms
(Transforms newTransforms) Set the Transforms child element.