Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Transforms |
Transforms.getDSTransforms()
Temporary method to turn the XMLEncryption Transforms class
into a DS class.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyInfo.addRetrievalMethod(java.lang.String URI,
Transforms transforms,
java.lang.String Type)
Method addRetrievalMethod
|
Modifier and Type | Method and Description |
---|---|
Transforms |
RetrievalMethod.getTransforms()
Method getTransforms
|
Constructor and Description |
---|
RetrievalMethod(org.w3c.dom.Document doc,
java.lang.String URI,
Transforms transforms,
java.lang.String Type)
Constructor RetrievalMethod
|
Modifier and Type | Method and Description |
---|---|
Transforms |
Reference.getTransforms()
Method getTransforms
|
Modifier and Type | Method and 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)
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
|
Constructor and 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
|
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.