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 boolean
chainGoodUpToRequiredSigner
boolean
chainNeedsRequiredSigner
java.util.List<IssuedSignatureVerificationReport>
issuedSignatureVerificationReports
boolean
rootIsTrusted
boolean
unableToBuildChain
ValuesSignatureVerificationReport
valuesReport
-
Constructor Summary
Constructors Constructor Description ChainVerificationReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canTrust()
boolean
canTrustAndAuthorized()
boolean
canTrustAndAuthorizedUpToRequiredSigner()
boolean
isRequiredSignerNeededAndChainIsGoodUpToRequiredSigner()
-
-
-
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()
-
-