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, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic final byte[] getCertificateRawData()
Gets the certificate raw data.
public final String getCertificateSubject()
Gets the subject distinguished name from a certificate.
public final String getComments()
Gets the signing purpose comment.
public Date getSignTime()
Gets the time the document was signed.
public Boolean isValid()
Gets a value indicating whether the signature is valid.
Copyright © 2025. All rights reserved.