Package org.cxml
Class XadesCertDigest
java.lang.Object
org.cxml.XadesCertDigest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsDigestMethod property.Gets the value of the dsDigestValue property.voidsetDsDigestMethod(DsDigestMethod value) Sets the value of the dsDigestMethod property.voidsetDsDigestValue(String value) Sets the value of the dsDigestValue property.
-
Field Details
-
dsDigestMethod
-
dsDigestValue
-
-
Constructor Details
-
XadesCertDigest
public XadesCertDigest()
-
-
Method Details
-
getDsDigestMethod
Gets the value of the dsDigestMethod property.- Returns:
- possible object is
DsDigestMethod
-
setDsDigestMethod
Sets the value of the dsDigestMethod property.- Parameters:
value- allowed object isDsDigestMethod
-
getDsDigestValue
Gets the value of the dsDigestValue property.- Returns:
- possible object is
String
-
setDsDigestValue
Sets the value of the dsDigestValue property.- Parameters:
value- allowed object isString
-