Package org.cxml
Class DsSignedInfo
java.lang.Object
org.cxml.DsSignedInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DsCanonicalizationMethodprotected List<DsReference>protected DsSignatureMethodprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dsCanonicalizationMethod property.Gets the value of the dsReference property.Gets the value of the dsSignatureMethod property.getId()Gets the value of the id property.voidSets the value of the dsCanonicalizationMethod property.voidSets the value of the dsSignatureMethod property.voidSets the value of the id property.
-
Field Details
-
id
-
dsCanonicalizationMethod
-
dsSignatureMethod
-
dsReference
-
-
Constructor Details
-
DsSignedInfo
public DsSignedInfo()
-
-
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
-
getDsCanonicalizationMethod
Gets the value of the dsCanonicalizationMethod property.- Returns:
- possible object is
DsCanonicalizationMethod
-
setDsCanonicalizationMethod
Sets the value of the dsCanonicalizationMethod property.- Parameters:
value- allowed object isDsCanonicalizationMethod
-
getDsSignatureMethod
Gets the value of the dsSignatureMethod property.- Returns:
- possible object is
DsSignatureMethod
-
setDsSignatureMethod
Sets the value of the dsSignatureMethod property.- Parameters:
value- allowed object isDsSignatureMethod
-
getDsReference
Gets the value of the dsReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the dsReference property.For example, to add a new item, do as follows:
getDsReference().add(newItem);Objects of the following type(s) are allowed in the list
DsReference
-