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
 java.util.List<IssuedSignatureVerificationReport> issuedSignatureVerificationReports
           
 boolean rootIsTrusted
           
 ValuesSignatureVerificationReport valuesReport
           
 
Constructor Summary
ChainVerificationReport()
           
 
Method Summary
 boolean canTrust()
           
 boolean canTrustAndGranted()
           
 
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
Constructor Detail

ChainVerificationReport

public ChainVerificationReport()
Method Detail

canTrustAndGranted

public boolean canTrustAndGranted()

canTrust

public boolean canTrust()