Uses of Interface
com.netscape.certsrv.dbs.certdb.ICertificateRepository
-
Packages that use ICertificateRepository Package Description com.netscape.certsrv.authority com.netscape.cms.jobs com.netscape.cmscore.authentication com.netscape.cmscore.dbs org.dogtagpki.server.ca -
-
Uses of ICertificateRepository in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return ICertificateRepository Modifier and Type Method Description ICertificateRepositoryICertAuthority. getCertificateRepository()Retrieves the certificate repository for this authority. -
Uses of ICertificateRepository in com.netscape.cms.jobs
Fields in com.netscape.cms.jobs declared as ICertificateRepository Modifier and Type Field Description protected ICertificateRepositoryRenewalNotificationJob. mCertDB -
Uses of ICertificateRepository in com.netscape.cmscore.authentication
Fields in com.netscape.cmscore.authentication declared as ICertificateRepository Modifier and Type Field Description protected ICertificateRepositoryChallengePhraseAuthentication. mCertDB -
Uses of ICertificateRepository in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement ICertificateRepository Modifier and Type Class Description classCertificateRepositoryA class represents a certificate repository.Constructors in com.netscape.cmscore.dbs with parameters of type ICertificateRepository Constructor Description CertRecordMapper(ICertificateRepository db) -
Uses of ICertificateRepository in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return ICertificateRepository Modifier and Type Method Description ICertificateRepositoryICertificateAuthority. getCertificateRepository()Retrieves the certificate repository where all the locally issued certificates are kept.
-