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.
-
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.