public final class DigitalSignature extends MetadataContainer
Represents digital signature used in documents.
Constructor and Description |
---|
DigitalSignature()
Initializes a new instance of the
DigitalSignature class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCertificateRawData()
Gets the certificate raw data.
|
String |
getCertificateSubject()
Gets the certificate subject.
|
String |
getComments()
Gets the comments.
|
Date |
getSignTime()
Gets the sign time.
|
boolean |
isValid()
Gets
true if signature is valid. |
getKeys
getByType, getMetadataType, readByStringKey
public DigitalSignature()
Initializes a new instance of the DigitalSignature
class.
public final String getComments()
Gets the comments.
public final boolean isValid()
Gets true
if signature is valid.
true
if is valid; otherwise, false
.public final Date getSignTime()
Gets the sign time.
public final String getCertificateSubject()
Gets the certificate subject.
public final byte[] getCertificateRawData()
Gets the certificate raw data.
Copyright © 2018. All rights reserved.