Uses of Class
org.apache.xml.security.transforms.Transforms
-
Packages that use Transforms Package Description org.apache.xml.security.encryption org.apache.xml.security.keys org.apache.xml.security.keys.content org.apache.xml.security.signature -
-
Uses of Transforms in org.apache.xml.security.encryption
Subclasses of Transforms in org.apache.xml.security.encryption Modifier and Type Class Description private class
XMLCipher.Factory.TransformsImpl
Methods in org.apache.xml.security.encryption that return Transforms Modifier and Type Method Description Transforms
Transforms. getDSTransforms()
Temporary method to turn the XMLEncryption Transforms class into a DS class.Transforms
XMLCipher.Factory.TransformsImpl. getDSTransforms()
Temporary method to turn the XMLEncryption Transforms class into a DS class. -
Uses of Transforms in org.apache.xml.security.keys
Methods in org.apache.xml.security.keys with parameters of type Transforms Modifier and Type Method Description void
KeyInfo. addRetrievalMethod(java.lang.String uri, Transforms transforms, java.lang.String Type)
Method addRetrievalMethod -
Uses of Transforms in org.apache.xml.security.keys.content
Methods in org.apache.xml.security.keys.content that return Transforms Modifier and Type Method Description Transforms
RetrievalMethod. getTransforms()
Method getTransformsConstructors in org.apache.xml.security.keys.content with parameters of type Transforms Constructor Description RetrievalMethod(org.w3c.dom.Document doc, java.lang.String URI, Transforms transforms, java.lang.String Type)
Constructor RetrievalMethod -
Uses of Transforms in org.apache.xml.security.signature
Fields in org.apache.xml.security.signature declared as Transforms Modifier and Type Field Description private Transforms
Reference. transforms
Methods in org.apache.xml.security.signature that return Transforms Modifier and Type Method Description Transforms
Reference. getTransforms()
Method getTransformsMethods in org.apache.xml.security.signature with parameters of type Transforms Modifier and Type Method Description void
Manifest. addDocument(java.lang.String baseURI, java.lang.String referenceURI, Transforms transforms, java.lang.String digestURI, java.lang.String referenceId, java.lang.String referenceType)
ThisaddDocument
method is used to add a new resource to the signed info.void
XMLSignature. addDocument(java.lang.String referenceURI, Transforms trans)
Adds a Reference with just the URI and the transforms.void
XMLSignature. addDocument(java.lang.String referenceURI, Transforms trans, java.lang.String digestURI)
This method is a proxy method for theManifest.addDocument(java.lang.String, java.lang.String, org.apache.xml.security.transforms.Transforms, java.lang.String, java.lang.String, java.lang.String)
method.void
XMLSignature. addDocument(java.lang.String referenceURI, Transforms trans, java.lang.String digestURI, java.lang.String referenceId, java.lang.String referenceType)
Add a Reference with full parameters to this SignatureConstructors in org.apache.xml.security.signature with parameters of type Transforms Constructor Description Reference(org.w3c.dom.Document doc, java.lang.String baseURI, java.lang.String referenceURI, Manifest manifest, Transforms transforms, java.lang.String messageDigestAlgorithm)
Constructor Reference
-