java.lang.Object | |
↳ | com.pdftron.pdf.TrustVerificationResult |
The detailed result of a trust verification step of a verification operation performed on a digital signature.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TrustVerificationResult(long impl_ptr) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | __GetHandle() | ||||||||||
void |
close()
Frees the native memory of the object.
| ||||||||||
void |
destroy()
Frees the native memory of the object.
| ||||||||||
X509Certificate[] |
getCertPath()
Retrieves the certificate path that was used for verification.
| ||||||||||
EmbeddedTimestampVerificationResult |
getEmbeddedTimestampVerificationResult()
Returns the detailed timestamp result inside this TrustVerificationResult.
| ||||||||||
String |
getResultString()
Retrieves a string representation of the details of the trust verification status.
| ||||||||||
long |
getTimeOfTrustVerification()
Retrieves the reference-time used for trust verification as an epoch time.
| ||||||||||
VerificationOptions.TimeMode |
getTimeOfTrustVerificationEnum()
Retrieves the type of reference-time used for trust verification.
| ||||||||||
boolean |
hasEmbeddedTimestampVerificationResult()
Returns whether this TrustVerificationResult has a detailed timestamp result inside.
| ||||||||||
boolean |
wasSuccessful()
Retrieves the trust verification status.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Retrieves the certificate path that was used for verification.
PDFNetException |
---|
Returns the detailed timestamp result inside this TrustVerificationResult. One must call HasEmbeddedTimestampVerificationResult first to check whether the result is available.
PDFNetException |
---|
Retrieves a string representation of the details of the trust verification status.
Note: Output may change in future versions.
PDFNetException |
---|
Retrieves the reference-time used for trust verification as an epoch time.
PDFNetException |
---|
Retrieves the type of reference-time used for trust verification.
PDFNetException |
---|
Returns whether this TrustVerificationResult has a detailed timestamp result inside.
PDFNetException |
---|
Retrieves the trust verification status.
PDFNetException |
---|