Modifier and Type | Method and Description |
---|---|
ICertRecord |
ICertificateRepository.createCertRecord(java.math.BigInteger id,
java.security.cert.Certificate cert,
MetaInfo meta)
Creates certificate record.
|
ICertRecord |
ICertRecordList.getCertRecord(int index)
Gets one single record at a time similar to
processCertRecords but no extra class needed.
|
ICertRecord |
ICertificateRepository.readCertificateRecord(java.math.BigInteger serialNo)
Reads certificate from repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.findCertRecords(java.lang.String filter)
Finds all certificate records given a filter.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getAllRevokedCertificates()
Retrieves all revoked certificates including ones that have expired
or that are not yet valid.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getAllRevokedNonExpiredCertificates()
Retrieves all revoked but not expired certificates.
|
java.util.Enumeration<ICertRecord> |
ICertRecordList.getCertRecords(int startidx,
int endidx)
Retrieves requests.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getExpiredCertificates(java.lang.String from,
java.lang.String to)
Retrieves expired certificates.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getExpiredPublishedCertificates(java.lang.String from,
java.lang.String to)
Retrieves expired and published certificates.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getRevokedCertificates(java.util.Date asOfDate)
Retrieves all the revoked certificates that have not expired.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getRevokedCertificates(java.lang.String from,
java.lang.String to)
Retrieves revoked certificates.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getRevokedPublishedCertificates(java.lang.String from,
java.lang.String to)
Retrieves revoked and published certificates.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getValidCertificates(java.lang.String from,
java.lang.String to)
Retrieves valid certificates.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.getValidNotPublishedCertificates(java.lang.String from,
java.lang.String to)
Retrieves valid and not published certificates.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.searchCertificates(java.lang.String filter,
int maxSize,
int timeLimit)
Finds a list of certificate records that satisifies
the filter.
|
java.util.Enumeration<ICertRecord> |
ICertificateRepository.searchCertificates(java.lang.String filter,
int maxSize,
int timeLimit,
java.lang.String sortAttribute)
Finds a list of certificate records that satisifies
the filter.
|
Modifier and Type | Method and Description |
---|---|
void |
ICertificateRepository.addCertificateRecord(ICertRecord record)
Adds a certificate record to the repository.
|
void |
ICertificateRepository.markCertificateAsNotRenewable(ICertRecord record)
Marks certificate as not renewable.
|
void |
ICertificateRepository.markCertificateAsRenewable(ICertRecord record)
Marks certificate as renewable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RenewalNotificationJob.mailUser(java.lang.String subject,
java.lang.String msg,
java.lang.String sender,
IRequest req,
ICertRecord cr) |
Modifier and Type | Method and Description |
---|---|
ICertRecord |
DefStore.readCertRecord(java.lang.String name,
java.lang.String thisUpdate,
java.lang.String sno) |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<ICertRecord> |
DefStore.searchCertRecord(java.lang.String name,
java.lang.String thisUpdate,
java.lang.String filter) |
Modifier and Type | Method and Description |
---|---|
void |
DefStore.addCertRecord(java.lang.String name,
java.lang.String thisUpdate,
java.lang.String sno,
ICertRecord rec)
Creates a new issuing point in OCSP.
|
Modifier and Type | Method and Description |
---|---|
protected ICertRecord |
CMSServlet.getCertRecord(java.math.BigInteger serialNo)
handy routine for getting a cert record given a serial number.
|
Modifier and Type | Method and Description |
---|---|
ICertRecord |
RevocationProcessor.getCertificateRecord(java.math.BigInteger serialNumber) |
ICertRecord |
RevocationProcessor.getCertificateRecord(CertId id) |
ICertRecord[] |
RevocationProcessor.getCertificateRecords(java.math.BigInteger[] serialNumbers) |
Modifier and Type | Method and Description |
---|---|
netscape.security.x509.X509CertImpl[] |
RevocationProcessor.getCertificates(ICertRecord[] records) |
protected java.math.BigInteger |
RenewalServlet.getRenewedCert(ICertRecord certRec) |
void |
RevocationProcessor.validateCertificateToRevoke(java.lang.String subjectDN,
ICertRecord targetRecord,
boolean revokingCACert) |
Modifier and Type | Method and Description |
---|---|
protected IRequest |
CAProcessor.getOriginalRequest(java.math.BigInteger certSerial,
ICertRecord rec) |