Class OCSPRevocationInformation.OCSPResult

java.lang.Object
br.ufsc.labsec.signature.validationData.OCSPRevocationInformation.OCSPResult
Enclosing interface:
OCSPRevocationInformation

public static class OCSPRevocationInformation.OCSPResult
extends Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean fromWeb  
    org.bouncycastle.asn1.ocsp.BasicOCSPResponse ocsp  
  • Constructor Summary

    Constructors
    Constructor Description
    OCSPResult​(org.bouncycastle.asn1.ocsp.BasicOCSPResponse ocsp, boolean fromWeb)  
  • Method Summary

    Modifier and Type Method Description
    Optional<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> getCRL()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ocsp

      public final org.bouncycastle.asn1.ocsp.BasicOCSPResponse ocsp
    • fromWeb

      public final boolean fromWeb
  • Constructor Details

    • OCSPResult

      public OCSPResult​(org.bouncycastle.asn1.ocsp.BasicOCSPResponse ocsp, boolean fromWeb)
  • Method Details

    • getCRL

      public Optional<org.bouncycastle.asn1.ocsp.BasicOCSPResponse> getCRL()