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