public class ChainVerificationReport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<IssuedSignatureVerificationReport> |
issuedSignatureVerificationReports |
boolean |
rootIsTrusted |
ValuesSignatureVerificationReport |
valuesReport |
| Constructor and Description |
|---|
ChainVerificationReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canTrust() |
boolean |
canTrustAndGranted() |
public ValuesSignatureVerificationReport valuesReport
public java.util.List<IssuedSignatureVerificationReport> issuedSignatureVerificationReports
public boolean rootIsTrusted