Package org.cxml
Class XadesCounterSignature
- java.lang.Object
-
- org.cxml.XadesCounterSignature
-
public class XadesCounterSignature extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected DsSignaturedsSignature
-
Constructor Summary
Constructors Constructor Description XadesCounterSignature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DsSignaturegetDsSignature()Gets the value of the dsSignature property.voidsetDsSignature(DsSignature value)Sets the value of the dsSignature property.
-
-
-
Field Detail
-
dsSignature
protected DsSignature dsSignature
-
-
Method Detail
-
getDsSignature
public DsSignature getDsSignature()
Gets the value of the dsSignature property.- Returns:
- possible object is
DsSignature
-
setDsSignature
public void setDsSignature(DsSignature value)
Sets the value of the dsSignature property.- Parameters:
value- allowed object isDsSignature
-
-