Package | Description |
---|---|
com.netscape.certsrv.dbs.keydb | |
com.netscape.cms.servlet.key |
Modifier and Type | Method and Description |
---|---|
IKeyRecord |
IKeyRepository.readKeyRecord(java.math.BigInteger serialNo)
Reads an archived key by serial number.
|
IKeyRecord |
IKeyRepository.readKeyRecord(java.security.PublicKey publicKey)
Reads archived key using public key.
|
IKeyRecord |
IKeyRepository.readKeyRecord(java.lang.String cert)
Reads an archived key by b64 encoded cert.
|
IKeyRecord |
IKeyRepository.readKeyRecord(netscape.security.x509.X500Name ownerName)
Reads an archived key by owner name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<IKeyRecord> |
IKeyRecordList.getKeyRecords(int startidx,
int endidx)
Retrieves key records.
|
java.util.Enumeration<IKeyRecord> |
IKeyRepository.searchKeys(java.lang.String filter,
int maxSize)
Searches for private keys.
|
java.util.Enumeration<IKeyRecord> |
IKeyRepository.searchKeys(java.lang.String filter,
int maxSize,
int timeLimt)
Searches for private keys.
|
Modifier and Type | Method and Description |
---|---|
void |
IKeyRepository.addKeyRecord(IKeyRecord record)
Archives a key to the repository.
|
Modifier and Type | Method and Description |
---|---|
static void |
KeyRecordParser.fillRecordIntoArg(IKeyRecord rec,
IArgBlock rarg)
Fills key record into argument block.
|