Uses of Interface
com.netscape.certsrv.dbs.keydb.IKeyRecord
Packages that use IKeyRecord
Package
Description
-
Uses of IKeyRecord in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that return IKeyRecordModifier and TypeMethodDescriptionIKeyRepository.readKeyRecord
(String cert) Reads an archived key by b64 encoded cert.IKeyRepository.readKeyRecord
(BigInteger serialNo) Reads an archived key by serial number.IKeyRepository.readKeyRecord
(PublicKey publicKey) Reads archived key using public key.IKeyRepository.readKeyRecord
(org.mozilla.jss.netscape.security.x509.X500Name ownerName) Reads an archived key by owner name.Methods in com.netscape.certsrv.dbs.keydb that return types with arguments of type IKeyRecordModifier and TypeMethodDescriptionIKeyRecordList.getKeyRecords
(int startidx, int endidx) Retrieves key records.IKeyRepository.searchKeys
(String filter, int maxSize) Searches for private keys.IKeyRepository.searchKeys
(String filter, int maxSize, int timeLimt) Searches for private keys.Methods in com.netscape.certsrv.dbs.keydb with parameters of type IKeyRecordModifier and TypeMethodDescriptionvoid
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 IKeyRecordModifier and TypeMethodDescriptionstatic void
KeyRecordParser.fillRecordIntoArg
(IKeyRecord rec, IArgBlock rarg) Fills key record into argument block. -
Uses of IKeyRecord in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement IKeyRecordMethods in com.netscape.cmscore.dbs that return IKeyRecordMethods in com.netscape.cmscore.dbs that return types with arguments of type IKeyRecordModifier and TypeMethodDescriptionKeyRecordList.getKeyRecords
(int startidx, int endidx) Retrieves requests.Constructor parameters in com.netscape.cmscore.dbs with type arguments of type IKeyRecordModifierConstructorDescriptionKeyRecordList
(IDBVirtualList<IKeyRecord> vlist) Constructs a key list.