public class DigitalSignature extends CustomPackage
Represents a digital signature used to sign a document.
Modifier and Type | Method and Description |
---|---|
byte[] |
getCertificateRawData()
Gets the certificate raw data.
|
String |
getCertificateSubject()
Gets the subject distinguished name from a certificate.
|
String |
getComments()
Gets the signing purpose comment.
|
Date |
getSignTime()
Gets the time the document was signed.
|
Boolean |
isValid()
Gets a value indicating whether the signature is valid.
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public final String getComments()
Gets the signing purpose comment.
public Boolean isValid()
Gets a value indicating whether the signature is valid.
public Date getSignTime()
Gets the time the document was signed.
public final String getCertificateSubject()
Gets the subject distinguished name from a certificate.
public final byte[] getCertificateRawData()
Gets the certificate raw data.