Property Getters/Setters Summary | ||
---|---|---|
function | getCertificate() | |
Certificate object that was used to sign the document.
|
||
function | getComments() | |
function | setComments(value) | |
The purpose to signature. | ||
function | isValid() | |
If this digital signature is valid and the document has not been tampered with,
this value will be true.
|
||
function | getSignTime() | |
function | setSignTime(value) | |
The time when the document was signed. | ||
function | getXAdESType() | |
function | setXAdESType(value) | |
XAdES type. Default value is None(XAdES is off). The value of the property is XAdESType integer constant. |
function getCertificate()
function getComments() / function setComments(value)
function getSignTime() / function setSignTime(value)
function isValid()
function getXAdESType() / function setXAdESType(value)