org.opensaml.xml.signature
public class URIContentReference extends Object implements ContentReference
Modifier and Type | Field and Description |
---|---|
private String |
digestAlgorithm
Algorithm used to digest the content .
|
private Logger |
log
Logger.
|
private String |
referenceID
Element reference ID.
|
private List<String> |
transforms
Transforms applied to the content.
|
Constructor and Description |
---|
URIContentReference(String referenceID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
createReference(XMLSignature signature)
Called by the signature marshaller to allow references to be added to the signature.
|
String |
getDigestAlgorithm()
Gets the algorithm used to digest the content.
|
List<String> |
getTransforms()
Gets the transforms applied to the content prior to digest generation.
|
void |
setDigestAlgorithm(String newAlgorithm)
Sets the algorithm used to digest the content.
|
private final Logger log
private String referenceID
private String digestAlgorithm
public URIContentReference(String referenceID)
referenceID
- the reference ID of the element to be signedpublic List<String> getTransforms()
public String getDigestAlgorithm()
public void setDigestAlgorithm(String newAlgorithm)
newAlgorithm
- the algorithm used to digest the contentpublic void createReference(XMLSignature signature)
createReference
in interface ContentReference
signature
- the signature objectCopyright © 1999-2014 JBoss by Red Hat. All Rights Reserved.