public class URIContentReference extends Object implements ContentReference
| コンストラクタと説明 |
|---|
URIContentReference(String referenceID)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
createReference(org.apache.xml.security.signature.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.
|
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(org.apache.xml.security.signature.XMLSignature signature)
createReference インタフェース内 ContentReferencesignature - the signature objectCopyright © 2012. All Rights Reserved.