Uses of Class
com.netscape.cmscore.dbs.CertificateRepository
-
Packages that use CertificateRepository Package Description com.netscape.certsrv.authority com.netscape.cmscore.authentication com.netscape.cmscore.dbs org.dogtagpki.server.ca -
-
Uses of CertificateRepository in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return CertificateRepository Modifier and Type Method Description CertificateRepositoryICertAuthority. getCertificateRepository()Retrieves the certificate repository for this authority. -
Uses of CertificateRepository in com.netscape.cmscore.authentication
Fields in com.netscape.cmscore.authentication declared as CertificateRepository Modifier and Type Field Description protected CertificateRepositoryChallengePhraseAuthentication. mCertDB -
Uses of CertificateRepository in com.netscape.cmscore.dbs
Constructors in com.netscape.cmscore.dbs with parameters of type CertificateRepository Constructor Description CertRecordMapper(CertificateRepository db) -
Uses of CertificateRepository in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return CertificateRepository Modifier and Type Method Description CertificateRepositoryICertificateAuthority. getCertificateRepository()Retrieves the certificate repository where all the locally issued certificates are kept.
-