Package | Description |
---|---|
org.apache.xml.security.encryption | |
org.apache.xml.security.keys | |
org.apache.xml.security.keys.content | |
org.apache.xml.security.signature |
Modifier and Type | Method | Description |
---|---|---|
Transforms |
Transforms.getDSTransforms() |
Temporary method to turn the XMLEncryption Transforms class
into a DS class.
|
Modifier and Type | Method | Description |
---|---|---|
void |
KeyInfo.addRetrievalMethod(String uri,
Transforms transforms,
String Type) |
Method addRetrievalMethod
|
Modifier and Type | Method | Description |
---|---|---|
Transforms |
RetrievalMethod.getTransforms() |
Method getTransforms
|
Constructor | Description |
---|---|
RetrievalMethod(Document doc,
String URI,
Transforms transforms,
String Type) |
Constructor RetrievalMethod
|
Modifier and Type | Method | Description |
---|---|---|
Transforms |
Reference.getTransforms() |
Method getTransforms
|
Modifier and Type | Method | Description |
---|---|---|
void |
Manifest.addDocument(String baseURI,
String referenceURI,
Transforms transforms,
String digestURI,
String referenceId,
String referenceType) |
This
addDocument method is used to add a new resource to the
signed info. |
void |
XMLSignature.addDocument(String referenceURI,
Transforms trans) |
Adds a Reference with just the URI and the transforms.
|
void |
XMLSignature.addDocument(String referenceURI,
Transforms trans,
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(String referenceURI,
Transforms trans,
String digestURI,
String referenceId,
String referenceType) |
Add a Reference with full parameters to this Signature
|
Constructor | Description |
---|---|
Reference(Document doc,
String baseURI,
String referenceURI,
Manifest manifest,
Transforms transforms,
String messageDigestAlgorithm) |
Constructor Reference
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.