Package eu.europa.esig.dss.service.crl
Class JdbcCacheCRLSource.SqlCRLRecord
java.lang.Object
eu.europa.esig.dss.service.crl.JdbcCacheCRLSource.SqlCRLRecord
- All Implemented Interfaces:
SqlRecord
- Enclosing class:
JdbcCacheCRLSource
Represents a CRL record extracted from the SQL database table
-
Field Summary
Modifier and TypeFieldDescriptionprotected byte[]
Binary of the CRL issuer certificateprotected byte[]
CRL binaryprotected String
ID of the record -
Constructor Summary
-
Method Summary
-
Field Details
-
id
ID of the record -
crlBinary
protected byte[] crlBinaryCRL binary -
certificateIssuerBinary
protected byte[] certificateIssuerBinaryBinary of the CRL issuer certificate
-
-
Constructor Details
-
SqlCRLRecord
protected SqlCRLRecord()Default constructor
-