Package org.cxml
Class XadesReferenceInfo
java.lang.Object
org.cxml.XadesReferenceInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DsDigestMethodprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsDigestMethod property.Gets the value of the dsDigestValue property.getId()Gets the value of the id property.getURI()Gets the value of the uri property.voidsetDsDigestMethod(DsDigestMethod value) Sets the value of the dsDigestMethod property.voidsetDsDigestValue(String value) Sets the value of the dsDigestValue property.voidSets the value of the id property.voidSets the value of the uri property.
-
Field Details
-
id
-
uri
-
dsDigestMethod
-
dsDigestValue
-
-
Constructor Details
-
XadesReferenceInfo
public XadesReferenceInfo()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getURI
Gets the value of the uri property.- Returns:
- possible object is
String
-
setURI
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
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
-