net.handle.hdllib.trust
Class ChainVerificationReport

java.lang.Object
  extended by net.handle.hdllib.trust.ChainVerificationReport

public class ChainVerificationReport
extends java.lang.Object


Field Summary
 boolean chainGoodUpToRequiredSigner
           
 boolean chainNeedsRequiredSigner
           
 java.util.List<IssuedSignatureVerificationReport> issuedSignatureVerificationReports
           
 boolean rootIsTrusted
           
 ValuesSignatureVerificationReport valuesReport
           
 
Constructor Summary
ChainVerificationReport()
           
 
Method Summary
 boolean canTrust()
           
 boolean canTrustAndAuthorized()
           
 boolean canTrustAndAuthorizedUpToRequiredSigner()
           
 boolean isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ChainVerificationReport

public ChainVerificationReport()
Method Detail

canTrustAndAuthorized

public boolean canTrustAndAuthorized()

canTrustAndAuthorizedUpToRequiredSigner

public boolean canTrustAndAuthorizedUpToRequiredSigner()

isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner

public boolean isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner()

canTrust

public boolean canTrust()