Package org.cxml
Class DsDigestMethod
- java.lang.Object
-
- org.cxml.DsDigestMethod
-
public class DsDigestMethod extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DsDigestMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithm()Gets the value of the algorithm property.java.lang.Stringgetvalue()Gets the value of the value property.voidsetAlgorithm(java.lang.String value)Sets the value of the algorithm property.voidsetvalue(java.lang.String value)Sets the value of the value property.
-
-
-
Method Detail
-
getAlgorithm
public java.lang.String getAlgorithm()
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
public void setAlgorithm(java.lang.String value)
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getvalue
public java.lang.String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setvalue
public void setvalue(java.lang.String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-