Package org.cxml
Class XadesDigestAlgAndValue
- java.lang.Object
-
- org.cxml.XadesDigestAlgAndValue
-
public class XadesDigestAlgAndValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsDigestMethoddsDigestMethodprotected java.lang.StringdsDigestValue
-
Constructor Summary
Constructors Constructor Description XadesDigestAlgAndValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsDigestMethodgetDsDigestMethod()Gets the value of the dsDigestMethod property.java.lang.StringgetDsDigestValue()Gets the value of the dsDigestValue property.voidsetDsDigestMethod(DsDigestMethod value)Sets the value of the dsDigestMethod property.voidsetDsDigestValue(java.lang.String value)Sets the value of the dsDigestValue property.
-
-
-
Field Detail
-
dsDigestMethod
protected DsDigestMethod dsDigestMethod
-
dsDigestValue
protected java.lang.String dsDigestValue
-
-
Method Detail
-
getDsDigestMethod
public DsDigestMethod getDsDigestMethod()
Gets the value of the dsDigestMethod property.- Returns:
- possible object is
DsDigestMethod
-
setDsDigestMethod
public void setDsDigestMethod(DsDigestMethod value)
Sets the value of the dsDigestMethod property.- Parameters:
value- allowed object isDsDigestMethod
-
getDsDigestValue
public java.lang.String getDsDigestValue()
Gets the value of the dsDigestValue property.- Returns:
- possible object is
String
-
setDsDigestValue
public void setDsDigestValue(java.lang.String value)
Sets the value of the dsDigestValue property.- Parameters:
value- allowed object isString
-
-