Class RevocationFetcher.Result

    • Constructor Summary

      Constructors 
      Constructor Description
      Result()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<byte[]> getCrls()
      Each entry is one complete DER-encoded CertificateList (RFC 5280).
      java.util.List<byte[]> getOcspResponses()
      Each entry is one complete DER-encoded OCSPResponse (RFC 6960), as returned by the responder.
      java.util.List<java.lang.String> getWarnings()
      Non-fatal problems encountered while fetching -- LTV embedding proceeds with whatever was obtained.
      boolean isEmpty()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • getOcspResponses

        public java.util.List<byte[]> getOcspResponses()
        Each entry is one complete DER-encoded OCSPResponse (RFC 6960), as returned by the responder.
      • getCrls

        public java.util.List<byte[]> getCrls()
        Each entry is one complete DER-encoded CertificateList (RFC 5280).
      • getWarnings

        public java.util.List<java.lang.String> getWarnings()
        Non-fatal problems encountered while fetching -- LTV embedding proceeds with whatever was obtained.
      • isEmpty

        public boolean isEmpty()