Package | Description |
---|---|
com.netscape.certsrv.dbs.certdb |
Modifier and Type | Method and Description |
---|---|
IRevocationInfo |
ICertRecord.getRevocationInfo()
Retrieves revocation info.
|
Modifier and Type | Method and Description |
---|---|
void |
ICertificateRepository.markAsRevoked(java.math.BigInteger id,
IRevocationInfo info)
Marks certificate as revoked.
|
void |
ICertificateRepository.markAsRevoked(java.math.BigInteger id,
IRevocationInfo info,
boolean isAlreadyOnHold) |
void |
ICertificateRepository.unmarkRevoked(java.math.BigInteger id,
IRevocationInfo info,
java.util.Date revokedOn,
java.lang.String revokedBy)
Unmark a revoked certificates.
|