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