Class JdbcCacheCRLSource.SqlCRLRecord

java.lang.Object
eu.europa.esig.dss.service.crl.JdbcCacheCRLSource.SqlCRLRecord
All Implemented Interfaces:
SqlRecord
Enclosing class:
JdbcCacheCRLSource

protected static class JdbcCacheCRLSource.SqlCRLRecord extends Object implements SqlRecord
Represents a CRL record extracted from the SQL database table
  • Field Details

    • id

      protected String id
      ID of the record
    • crlBinary

      protected byte[] crlBinary
      CRL binary
    • certificateIssuerBinary

      protected byte[] certificateIssuerBinary
      Binary of the CRL issuer certificate
  • Constructor Details

    • SqlCRLRecord

      protected SqlCRLRecord()
      Default constructor