|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.signature.URIContentReference
public class URIContentReference
A generic content reference that uses a URI to reference the content to be signed.
| Constructor Summary | |
|---|---|
URIContentReference(java.lang.String referenceID)
Constructor. |
|
| Method Summary | |
|---|---|
void |
createReference(org.apache.xml.security.signature.XMLSignature signature)
Called by the signature marshaller to allow references to be added to the signature. |
java.lang.String |
getDigestAlgorithm()
Gets the algorithm used to digest the content. |
java.util.List<java.lang.String> |
getTransforms()
Gets the transforms applied to the content prior to digest generation. |
void |
setDigestAlgorithm(java.lang.String newAlgorithm)
Sets the algorithm used to digest the content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URIContentReference(java.lang.String referenceID)
referenceID - the reference ID of the element to be signed| Method Detail |
|---|
public java.util.List<java.lang.String> getTransforms()
public java.lang.String getDigestAlgorithm()
public void setDigestAlgorithm(java.lang.String newAlgorithm)
newAlgorithm - the algorithm used to digest the contentpublic void createReference(org.apache.xml.security.signature.XMLSignature signature)
createReference in interface ContentReferencesignature - the signature object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||