Uses of Interface
org.opensaml.xmlsec.encryption.Transforms
Packages that use Transforms
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.
-
Uses of Transforms in org.opensaml.xmlsec.encryption
Methods in org.opensaml.xmlsec.encryption that return TransformsModifier and TypeMethodDescriptionCipherReference.getTransforms()Get the Transforms child element, which describes which transformations to apply when dereferencing the data.Methods in org.opensaml.xmlsec.encryption with parameters of type TransformsModifier and TypeMethodDescriptionvoidCipherReference.setTransforms(Transforms newTransforms) Set the Transforms child element, which describes which transformations to apply when dereferencing the data. -
Uses of Transforms in org.opensaml.xmlsec.encryption.impl
Classes in org.opensaml.xmlsec.encryption.impl that implement TransformsFields in org.opensaml.xmlsec.encryption.impl declared as TransformsModifier and TypeFieldDescriptionprivate TransformsCipherReferenceImpl.transformsTransforms child element value.Methods in org.opensaml.xmlsec.encryption.impl that return TransformsModifier and TypeMethodDescriptionTransformsBuilder.buildObject()Builds an XMLObject using the default name and namespace information provided XML Encryption specifications.TransformsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.CipherReferenceImpl.getTransforms()Get the Transforms child element, which describes which transformations to apply when dereferencing the data.Methods in org.opensaml.xmlsec.encryption.impl with parameters of type TransformsModifier and TypeMethodDescriptionvoidCipherReferenceImpl.setTransforms(Transforms newTransforms) Set the Transforms child element, which describes which transformations to apply when dereferencing the data.