|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IKeyRecord | |
---|---|
com.netscape.certsrv.dbs.keydb | |
com.netscape.cms.servlet.key |
Uses of IKeyRecord in com.netscape.certsrv.dbs.keydb |
---|
Methods in com.netscape.certsrv.dbs.keydb that return IKeyRecord | |
---|---|
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. |
Methods in com.netscape.certsrv.dbs.keydb with parameters of type IKeyRecord | |
---|---|
void |
IKeyRepository.addKeyRecord(IKeyRecord record)
Archives a key to the repository. |
Uses of IKeyRecord in com.netscape.cms.servlet.key |
---|
Methods in com.netscape.cms.servlet.key with parameters of type IKeyRecord | |
---|---|
static void |
KeyRecordParser.fillRecordIntoArg(IKeyRecord rec,
IArgBlock rarg)
Fills key record into argument block. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |