Class JdbcCacheOCSPSource.SqlOCSPResponse

java.lang.Object
eu.europa.esig.dss.service.ocsp.JdbcCacheOCSPSource.SqlOCSPResponse
All Implemented Interfaces:
SqlRecord
Enclosing class:
JdbcCacheOCSPSource

protected static class JdbcCacheOCSPSource.SqlOCSPResponse extends Object implements SqlRecord
Represents an OCSP record extracted from the SQL database table
  • Field Details

    • id

      protected String id
      ID of the record
    • ocspBinary

      protected byte[] ocspBinary
      OCSP binary
    • ocspUrl

      protected String ocspUrl
      OCSP URL
  • Constructor Details

    • SqlOCSPResponse

      protected SqlOCSPResponse()
      Default constructor