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 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(String uri,
Transforms transforms,
String Type)
Method addRetrievalMethod
|
Modifier and Type | Method and Description |
---|---|
Transforms |
RetrievalMethod.getTransforms()
Method getTransforms
|
Constructor and Description |
---|
RetrievalMethod(Document doc,
String URI,
Transforms transforms,
String Type)
Constructor RetrievalMethod
|
Modifier and Type | Method and Description |
---|---|
Transforms |
Reference.getTransforms()
Method getTransforms
|
Modifier and Type | Method and 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 and Description |
---|
Reference(Document doc,
String baseURI,
String referenceURI,
Manifest manifest,
Transforms transforms,
String messageDigestAlgorithm)
Constructor Reference
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.