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
Methods in org.apache.xml.security.encryption that return Transforms Modifier and Type Method Description TransformsTransforms. 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 voidKeyInfo. addRetrievalMethod(String uri, Transforms transforms, 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 TransformsRetrievalMethod. getTransforms()Method getTransformsConstructors in org.apache.xml.security.keys.content with parameters of type Transforms Constructor Description RetrievalMethod(Document doc, String URI, Transforms transforms, String Type)Constructor RetrievalMethod -
Uses of Transforms in org.apache.xml.security.signature
Methods in org.apache.xml.security.signature that return Transforms Modifier and Type Method Description TransformsReference. getTransforms()Method getTransformsMethods in org.apache.xml.security.signature with parameters of type Transforms Modifier and Type Method Description voidManifest. addDocument(String baseURI, String referenceURI, Transforms transforms, String digestURI, String referenceId, String referenceType)ThisaddDocumentmethod is used to add a new resource to the signed info.voidXMLSignature. addDocument(String referenceURI, Transforms trans)Adds a Reference with just the URI and the transforms.voidXMLSignature. addDocument(String referenceURI, Transforms trans, 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.voidXMLSignature. addDocument(String referenceURI, Transforms trans, String digestURI, String referenceId, 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(Document doc, String baseURI, String referenceURI, Manifest manifest, Transforms transforms, String messageDigestAlgorithm)Constructor Reference
-