Uses of Interface
org.apache.xml.security.encryption.Transforms
-
Packages that use Transforms Package Description org.apache.xml.security.encryption -
-
Uses of Transforms in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement Transforms Modifier and Type Class Description private class
XMLCipher.Factory.TransformsImpl
Fields in org.apache.xml.security.encryption declared as Transforms Modifier and Type Field Description private Transforms
XMLCipher.Factory.CipherReferenceImpl. referenceTransforms
Methods in org.apache.xml.security.encryption that return Transforms Modifier and Type Method Description Transforms
XMLCipher. createTransforms()
Create a new Transforms objectTransforms
XMLCipher. createTransforms(org.w3c.dom.Document doc)
Create a new Transforms object Because the handling of Transforms is currently done in the signature code, the creation of a Transforms object requires a context document.Transforms
CipherReference. getTransforms()
Returns theTransforms
that specifies how to transform theURI
to yield the appropriate cipher value.Transforms
XMLCipher.Factory.CipherReferenceImpl. getTransforms()
Returns theTransforms
that specifies how to transform theURI
to yield the appropriate cipher value.(package private) Transforms
XMLCipher.Factory. newTransforms()
(package private) Transforms
XMLCipher.Factory. newTransforms(org.w3c.dom.Document doc)
Methods in org.apache.xml.security.encryption with parameters of type Transforms Modifier and Type Method Description void
CipherReference. setTransforms(Transforms transforms)
Sets theTransforms
that specifies how to transform theURI
to yield the appropriate cipher value.void
XMLCipher.Factory.CipherReferenceImpl. setTransforms(Transforms transforms)
Sets theTransforms
that specifies how to transform theURI
to yield the appropriate cipher value.
-