public class VerificationResult extends Object
Instance to keep results of verification process.
| Modifier and Type | Method and Description |
|---|---|
long |
getDestinDocumentSize()
Returns the destination document size.
|
long |
getProcessingTime()
Returns the execution time of the process in milliseconds.
|
long |
getSourceDocumentSize()
Returns source document size in bytes
|
List<BaseSignature> |
getSucceeded()
List of successfully verified signatures
BaseSignature. |
int |
getTotalSignatures()
Returns the total processed signatures
|
boolean |
isValid()
Returns true if Verification process was successful otherwise false.
|
void |
setValid(boolean value)
Returns true if Verification process was successful otherwise false.
|
public final long getDestinDocumentSize()
Returns the destination document size. For verification this variable always contains zero.
public final long getProcessingTime()
Returns the execution time of the process in milliseconds.
public final long getSourceDocumentSize()
Returns source document size in bytes
public final List<BaseSignature> getSucceeded()
List of successfully verified signatures BaseSignature.
Currently this property is not supported.
public final int getTotalSignatures()
Returns the total processed signatures
public final boolean isValid()
Returns true if Verification process was successful otherwise false.
public final void setValid(boolean value)
Returns true if Verification process was successful otherwise false.
Copyright © 2024. All rights reserved.