Class ChainVerificationReport


  • public class ChainVerificationReport
    extends java.lang.Object
    • Field Detail

      • rootIsTrusted

        public boolean rootIsTrusted
      • chainNeedsRequiredSigner

        public boolean chainNeedsRequiredSigner
      • chainGoodUpToRequiredSigner

        public boolean chainGoodUpToRequiredSigner
      • unableToBuildChain

        public boolean unableToBuildChain
    • Constructor Detail

      • ChainVerificationReport

        public ChainVerificationReport()
    • Method Detail

      • canTrustAndAuthorized

        public boolean canTrustAndAuthorized()
      • canTrustAndAuthorizedUpToRequiredSigner

        public boolean canTrustAndAuthorizedUpToRequiredSigner()
      • isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner

        public boolean isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner()
      • canTrust

        public boolean canTrust()