Package net.handle.hdllib.trust
Class ChainVerificationReport
- java.lang.Object
 - 
- net.handle.hdllib.trust.ChainVerificationReport
 
 
- 
public class ChainVerificationReport extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description booleanchainGoodUpToRequiredSignerbooleanchainNeedsRequiredSignerjava.util.List<IssuedSignatureVerificationReport>issuedSignatureVerificationReportsbooleanrootIsTrustedbooleanunableToBuildChainValuesSignatureVerificationReportvaluesReport 
- 
Constructor Summary
Constructors Constructor Description ChainVerificationReport() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanTrust()booleancanTrustAndAuthorized()booleancanTrustAndAuthorizedUpToRequiredSigner()booleanisRequiredSignerNeededAndChainIsGoodUpToRequiredSigner() 
 - 
 
- 
- 
Field Detail
- 
valuesReport
public ValuesSignatureVerificationReport valuesReport
 
- 
issuedSignatureVerificationReports
public java.util.List<IssuedSignatureVerificationReport> issuedSignatureVerificationReports
 
- 
rootIsTrusted
public boolean rootIsTrusted
 
- 
chainNeedsRequiredSigner
public boolean chainNeedsRequiredSigner
 
- 
chainGoodUpToRequiredSigner
public boolean chainGoodUpToRequiredSigner
 
- 
unableToBuildChain
public boolean unableToBuildChain
 
 - 
 
- 
Method Detail
- 
canTrustAndAuthorized
public boolean canTrustAndAuthorized()
 
- 
canTrustAndAuthorizedUpToRequiredSigner
public boolean canTrustAndAuthorizedUpToRequiredSigner()
 
- 
isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner
public boolean isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner()
 
- 
canTrust
public boolean canTrust()
 
 - 
 
 -