net.handle.hdllib.trust
Class IssuedSignatureVerificationReport

java.lang.Object
  extended by net.handle.hdllib.trust.SignatureVerificationReport
      extended by net.handle.hdllib.trust.IssuedSignatureVerificationReport

public class IssuedSignatureVerificationReport
extends SignatureVerificationReport


Field Summary
 java.lang.Boolean authorized
           
 
Fields inherited from class net.handle.hdllib.trust.SignatureVerificationReport
dateInRange, exceptions, iss, signatureVerifies, sub, validPayload
 
Constructor Summary
IssuedSignatureVerificationReport()
           
 
Method Summary
 boolean canTrustAndAuthorized()
           
 
Methods inherited from class net.handle.hdllib.trust.SignatureVerificationReport
canTrust
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authorized

public java.lang.Boolean authorized
Constructor Detail

IssuedSignatureVerificationReport

public IssuedSignatureVerificationReport()
Method Detail

canTrustAndAuthorized

public boolean canTrustAndAuthorized()