Class ChainVerificationReport

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

public class ChainVerificationReport extends Object
  • Field Details

    • valuesReport

      public ValuesSignatureVerificationReport valuesReport
    • issuedSignatureVerificationReports

      public List<IssuedSignatureVerificationReport> issuedSignatureVerificationReports
    • rootIsTrusted

      public boolean rootIsTrusted
    • chainNeedsRequiredSigner

      public boolean chainNeedsRequiredSigner
    • chainGoodUpToRequiredSigner

      public boolean chainGoodUpToRequiredSigner
    • unableToBuildChain

      public boolean unableToBuildChain
  • Constructor Details

    • ChainVerificationReport

      public ChainVerificationReport()
  • Method Details

    • canTrustAndAuthorized

      public boolean canTrustAndAuthorized()
    • canTrustAndAuthorizedUpToRequiredSigner

      public boolean canTrustAndAuthorizedUpToRequiredSigner()
    • isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner

      public boolean isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner()
    • canTrust

      public boolean canTrust()