|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transforms | |
---|---|
org.apache.xml.security.encryption | Provides classes for implementing XML Encryption applications. |
org.apache.xml.security.keys | general key related material. |
org.apache.xml.security.keys.content |
basic handlers for elements that can occur inside ds:KeyInfo . |
org.apache.xml.security.signature | XML Signature specific classes. |
Uses of Transforms in org.apache.xml.security.encryption |
---|
Methods in org.apache.xml.security.encryption that return Transforms | |
---|---|
Transforms |
Transforms.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 | |
---|---|
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 | |
---|---|
Transforms |
RetrievalMethod.getTransforms()
Method getTransforms |
Constructors in org.apache.xml.security.keys.content with parameters of type Transforms | |
---|---|
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 |
---|
Methods in org.apache.xml.security.signature that return Transforms | |
---|---|
Transforms |
Reference.getTransforms()
Method getTransforms |
Methods in org.apache.xml.security.signature with parameters of type Transforms | |
---|---|
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)
This addDocument 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 the Manifest.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 Signature |
Constructors in org.apache.xml.security.signature with parameters of type Transforms | |
---|---|
Reference(org.w3c.dom.Document doc,
java.lang.String BaseURI,
java.lang.String ReferenceURI,
Manifest manifest,
Transforms transforms,
java.lang.String messageDigestAlgorithm)
Constructor Reference |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |