Uses of Interface
org.opensaml.xmlsec.signature.Transform
Packages that use Transform
Package
Description
XMLObject interfaces and helper classes for representing encrypted content and encrypting/decrypting content.
Implementations of the interfaces for XMLObjects that represent XML encryption types.
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 Transform in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return types with arguments of type TransformModifier and TypeMethodDescriptionTransforms.getTransforms()Get the list of Transform child elements. -
Uses of Transform in org.opensaml.xmlsec.encryption.impl
Fields in org.opensaml.xmlsec.encryption.impl with type parameters of type TransformModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Transform>TransformsImpl.transformsTransform child elements.Methods in org.opensaml.xmlsec.encryption.impl that return types with arguments of type TransformModifier and TypeMethodDescriptionTransformsImpl.getTransforms()Get the list of Transform child elements. -
Uses of Transform in org.opensaml.xmlsec.signature
Methods in org.opensaml.xmlsec.signature that return types with arguments of type TransformModifier and TypeMethodDescriptionTransforms.getTransforms()Get the list of Transform child elements. -
Uses of Transform in org.opensaml.xmlsec.signature.impl
Classes in org.opensaml.xmlsec.signature.impl that implement TransformFields in org.opensaml.xmlsec.signature.impl with type parameters of type TransformModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Transform>TransformsImpl.transformsTransform children.Methods in org.opensaml.xmlsec.signature.impl that return TransformModifier and TypeMethodDescriptionTransformBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided by the XML Signature specifications.TransformBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.xmlsec.signature.impl that return types with arguments of type TransformModifier and TypeMethodDescriptionTransformsImpl.getTransforms()Get the list of Transform child elements.