Uses of Interface
org.apache.xml.security.encryption.Transforms
Packages that use Transforms
-
Uses of Transforms in org.apache.xml.security.encryption
Classes in org.apache.xml.security.encryption that implement TransformsFields in org.apache.xml.security.encryption declared as TransformsModifier and TypeFieldDescriptionprivate TransformsXMLCipher.Factory.CipherReferenceImpl.referenceTransformsMethods in org.apache.xml.security.encryption that return TransformsModifier and TypeMethodDescriptionXMLCipher.createTransforms()Create a new Transforms objectXMLCipher.createTransforms(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.CipherReference.getTransforms()Returns theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.XMLCipher.Factory.CipherReferenceImpl.getTransforms()Returns theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.(package private) TransformsXMLCipher.Factory.newTransforms()(package private) TransformsXMLCipher.Factory.newTransforms(Document doc) Methods in org.apache.xml.security.encryption with parameters of type TransformsModifier and TypeMethodDescriptionvoidCipherReference.setTransforms(Transforms transforms) Sets theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.voidXMLCipher.Factory.CipherReferenceImpl.setTransforms(Transforms transforms) Sets theTransformsthat specifies how to transform theURIto yield the appropriate cipher value.