Uses of Interface
com.netscape.certsrv.dbs.repository.IRepository
-
Packages that use IRepository Package Description com.netscape.certsrv.dbs.certdb com.netscape.certsrv.dbs.keydb com.netscape.certsrv.dbs.replicadb com.netscape.certsrv.request -
-
Uses of IRepository in com.netscape.certsrv.dbs.certdb
Subinterfaces of IRepository in com.netscape.certsrv.dbs.certdb Modifier and Type Interface Description interface
ICertificateRepository
An interface represents a CMS certificate repository.Methods in com.netscape.certsrv.dbs.certdb with parameters of type IRepository Modifier and Type Method Description void
ICertificateRepository. setCertStatusUpdateInterval(IRepository requestRepo, int interval, boolean listenToCloneModifications)
Sets certificate status update internal -
Uses of IRepository in com.netscape.certsrv.dbs.keydb
Subinterfaces of IRepository in com.netscape.certsrv.dbs.keydb Modifier and Type Interface Description interface
IKeyRepository
An interface represents a Key repository. -
Uses of IRepository in com.netscape.certsrv.dbs.replicadb
Subinterfaces of IRepository in com.netscape.certsrv.dbs.replicadb Modifier and Type Interface Description interface
IReplicaIDRepository
An interface represents a ReplicaID Repository. -
Uses of IRepository in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return IRepository Modifier and Type Method Description IRepository
IRequestQueue. getRequestRepository()
Gets request repository.
-