public final class CompromiseCheckResult extends Object
Represents a class for checking document digital signatures for compromise.
Modifier and Type | Field and Description |
---|---|
List<SignatureName> |
CompromisedSignatures
Gets a collection of digital signatures that have been identified as compromised.
|
Modifier and Type | Method and Description |
---|---|
int |
getSignaturesCoverage()
Gets the coverage state of digital signatures in a document.
|
boolean |
hasCompromisedSignatures()
Indicates whether there are any compromised digital signatures in the document.
|
public final List<SignatureName> CompromisedSignatures
Gets a collection of digital signatures that have been identified as compromised. This property contains the list of all compromised signatures detected in the document.
public final boolean hasCompromisedSignatures()
Indicates whether there are any compromised digital signatures in the document. Returns true if at least one signature is compromised; otherwise, false.
public final int getSignaturesCoverage()
Gets the coverage state of digital signatures in a document.
If it is equal to SignaturesCoverage#Undefined
, then one of the signatures is compromised.
Copyright © 2025 Aspose. All Rights Reserved.