Package org.cxml

Class XadesDigestAlgAndValue

java.lang.Object
org.cxml.XadesDigestAlgAndValue

public class XadesDigestAlgAndValue extends Object
  • Field Details

    • dsDigestMethod

      protected DsDigestMethod dsDigestMethod
    • dsDigestValue

      protected String dsDigestValue
  • Constructor Details

    • XadesDigestAlgAndValue

      public XadesDigestAlgAndValue()
  • Method Details

    • 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 is DsDigestMethod
    • getDsDigestValue

      public String getDsDigestValue()
      Gets the value of the dsDigestValue property.
      Returns:
      possible object is String
    • setDsDigestValue

      public void setDsDigestValue(String value)
      Sets the value of the dsDigestValue property.
      Parameters:
      value - allowed object is String