Uses of Interface
org.opensaml.xmlsec.encryption.Transforms
-
Packages that use Transforms Package Description org.opensaml.xmlsec.encryption 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 Transforms Modifier and Type Method Description Transforms
CipherReference. 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 Transforms Modifier and Type Method Description void
CipherReference. setTransforms(Transforms newTransforms)
Set the Transforms child element, which describes which transformations to apply when dereferencing the data.
-