Uses of Class
netscape.security.x509.X509CertImpl
-
-
Uses of X509CertImpl in com.netscape.certsrv.authentication
Methods in com.netscape.certsrv.authentication that return X509CertImpl Modifier and Type Method Description X509CertImplAuthToken. getInCert(java.lang.String name)X509CertImplExternalAuthToken. getInCert(java.lang.String k)X509CertImplIAuthToken. getInCert(java.lang.String name)Retrieves the X509CertImpl value for name.Methods in com.netscape.certsrv.authentication with parameters of type X509CertImpl Modifier and Type Method Description booleanAuthToken. set(java.lang.String name, X509CertImpl value)booleanExternalAuthToken. set(java.lang.String k, X509CertImpl v)booleanIAuthToken. set(java.lang.String name, X509CertImpl value)Stores the X509CertImpl with the associated key. -
Uses of X509CertImpl in com.netscape.certsrv.authority
Methods in com.netscape.certsrv.authority that return X509CertImpl Modifier and Type Method Description X509CertImplICertAuthority. getCACert()Returns CA's certificate implementaion. -
Uses of X509CertImpl in com.netscape.certsrv.ca
Methods in com.netscape.certsrv.ca that return X509CertImpl Modifier and Type Method Description X509CertImplICertificateAuthority. getCACert()Retrieves the CA certificate.X509CertImplICAService. issueX509Cert(AuthorityID aid, X509CertInfo certi, java.lang.String profileId, java.lang.String rid)Issues certificate base on enrollment information, creates certificate record, and stores all necessary data.X509CertImplICertificateAuthority. sign(X509CertInfo certInfo, java.lang.String algname)Signs a X.509 certificate template. -
Uses of X509CertImpl in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return X509CertImpl Modifier and Type Method Description X509CertImplICertRecord. getCertificate()Retrieves certificate from certificate record.X509CertImplICertificateRepository. getX509Certificate(java.math.BigInteger serialNo)Reads the certificate identified by the given serial no.X509CertImpl[]ICertificateRepository. getX509Certificates(java.lang.String subjectDN, int validityType)Gets all valid and unexpired certificates pertaining to a subject DN.Methods in com.netscape.certsrv.dbs.certdb that return types with arguments of type X509CertImpl Modifier and Type Method Description java.util.Enumeration<X509CertImpl>ICertificateRepository. findCertificates(java.lang.String filter)Finds all certificates given a filter. -
Uses of X509CertImpl in com.netscape.certsrv.kra
Methods in com.netscape.certsrv.kra with parameters of type X509CertImpl Modifier and Type Method Description byte[]IKeyService. doKeyRecovery(java.math.BigInteger kid, Credential[] creds, java.lang.String pwd, X509CertImpl cert, java.lang.String delivery, java.lang.String nickname, java.lang.String agent)Performs administrator-initiated key recovery.java.lang.StringIKeyService. initAsyncKeyRecovery(java.math.BigInteger kid, X509CertImpl cert, java.lang.String agent, java.lang.String realm)Initiate asynchronous key recovery -
Uses of X509CertImpl in com.netscape.certsrv.logging.event
Methods in com.netscape.certsrv.logging.event with parameters of type X509CertImpl Modifier and Type Method Description static CertRequestProcessedEventCertRequestProcessedEvent. createSuccessEvent(java.lang.String subjectID, java.lang.String requesterID, java.lang.String infoName, X509CertImpl x509cert) -
Uses of X509CertImpl in com.netscape.certsrv.request
Methods in com.netscape.certsrv.request that return X509CertImpl Modifier and Type Method Description X509CertImplIRequest. getExtDataInCert(java.lang.String key)Retrieves the data, which should be base64 encoded as a byte array.X509CertImpl[]IRequest. getExtDataInCertArray(java.lang.String key)Retrieves an array of X509CertImpl.Methods in com.netscape.certsrv.request with parameters of type X509CertImpl Modifier and Type Method Description booleanIRequest. setExtData(java.lang.String key, X509CertImpl data)Stores a X509CertImpl as base64 encoded text using the getEncode() method.booleanIRequest. setExtData(java.lang.String key, X509CertImpl[] data)Stores an array of X509CertImpls as a base64 encoded text. -
Uses of X509CertImpl in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return X509CertImpl Modifier and Type Method Description X509CertImplISigningUnit. getCertImpl()Retrieves the signing certificate.X509CertImplICryptoSubsystem. getSignedCert(KeyCertData data, java.lang.String certType, java.security.PrivateKey priKey)Signs the certificate template into the given data and returns a signed certificate.Methods in com.netscape.certsrv.security with parameters of type X509CertImpl Modifier and Type Method Description voidICryptoSubsystem. importCert(X509CertImpl signedCert, java.lang.String nickname, java.lang.String certType)Imports certificate into the server. -
Uses of X509CertImpl in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs with parameters of type X509CertImpl Modifier and Type Method Description protected voidAJobBase. buildItemParams(X509CertImpl cert) -
Uses of X509CertImpl in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return X509CertImpl Modifier and Type Method Description X509CertImplLDAPStore. locateCACert(netscape.ldap.LDAPConnection conn, java.lang.String baseDN)Locates the CA certificate.Methods in com.netscape.cms.ocsp with parameters of type X509CertImpl Modifier and Type Method Description voidLDAPStore. updateCRLHash(X509CertImpl caCert, X509CRLImpl crl) -
Uses of X509CertImpl in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return X509CertImpl Modifier and Type Method Description static X509CertImplEnrollProfile. getCMCSigningCertFromCertSerial(java.lang.String certSerial)getCMCSigningCertFromCertSerial is to be used when authentication was done with CMCUserSignedAuth where the resulting authToken contains IAuthManager.CRED_CMC_SIGNING_CERT, serial number This method takes the serial number and finds the cert from the CA's certdb -
Uses of X509CertImpl in com.netscape.cms.profile.constraint
Methods in com.netscape.cms.profile.constraint that return X509CertImpl Modifier and Type Method Description X509CertImplCAEnrollConstraint. getCACert()Retrieves the CA certificate. -
Uses of X509CertImpl in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type X509CertImpl Modifier and Type Method Description protected booleanCMSServlet. checkImportCertToNav(javax.servlet.http.HttpServletResponse httpResp, IArgBlock httpParams, X509CertImpl cert)voidCMSServlet. importCertToNav(javax.servlet.http.HttpServletResponse httpResp, X509CertImpl cert, java.lang.String contentType, boolean importCAChain)handy routine to import cert to old navigator in nav mime type. -
Uses of X509CertImpl in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert that return X509CertImpl Modifier and Type Method Description X509CertImpl[]RevocationProcessor. getCertificates(ICertRecord[] records)Methods in com.netscape.cms.servlet.cert that return types with arguments of type X509CertImpl Modifier and Type Method Description java.util.Collection<X509CertImpl>RevocationProcessor. getCertificates()Methods in com.netscape.cms.servlet.cert with parameters of type X509CertImpl Modifier and Type Method Description protected voidEnrollServlet. addAdminAgent(CMSRequest cmsReq, X509CertImpl[] issuedCerts)voidRevocationProcessor. addCertificate(X509CertImpl cert)voidRevocationProcessor. addCertificateToRevoke(X509CertImpl cert)protected voidEnrollServlet. checkAdminEnroll(CMSRequest cmsReq, X509CertImpl[] issuedCerts)check if this is first enroll from admin enroll. -
Uses of X509CertImpl in com.netscape.cms.servlet.cert.scep
Methods in com.netscape.cms.servlet.cert.scep that return X509CertImpl Modifier and Type Method Description X509CertImplCRSEnrollment. handleGetCertInitial(CRSPKIMessage req, CRSPKIMessage resp)Called if the router is requesting us to send it its certificate Examine request queue for a request matching the transaction ID.X509CertImplCRSEnrollment. handlePKCSReq(javax.servlet.http.HttpServletRequest httpReq, IRequest cmsRequest, CRSPKIMessage req, CRSPKIMessage crsResp, com.netscape.cms.servlet.cert.scep.CRSEnrollment.CryptoContext cx) -
Uses of X509CertImpl in com.netscape.cms.servlet.csadmin
Methods in com.netscape.cms.servlet.csadmin that return X509CertImpl Modifier and Type Method Description static X509CertImplCertUtil. createLocalCert(IConfigStore config, X509Key x509key, java.lang.String prefix, java.lang.String certTag, java.lang.String type)static X509CertImplCertUtil. createRemoteCert(java.lang.String hostname, int port, javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> content, javax.servlet.http.HttpServletResponse response)Methods in com.netscape.cms.servlet.csadmin with parameters of type X509CertImpl Modifier and Type Method Description static voidCertUtil. addUserCertificate(X509CertImpl cert)static voidCertUtil. createCertRecord(IRequest request, CertInfoProfile profile, X509CertImpl cert)static voidConfigurationUtils. createPKCS7(X509CertImpl cert)static voidConfigurationUtils. importCert(java.lang.String subsystem, java.lang.String tag, java.lang.String tokenname, java.lang.String nickname, X509CertImpl impl) -
Uses of X509CertImpl in com.netscape.cmsutil.crypto
Methods in com.netscape.cmsutil.crypto that return X509CertImpl Modifier and Type Method Description static X509CertImpl[]CryptoUtil. getAllUserCerts()Retrieves all user certificates from all tokens.static X509CertImplCryptoUtil. signCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo, java.lang.String alg)Signs certificate.static X509CertImplCryptoUtil. signCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo, org.mozilla.jss.crypto.SignatureAlgorithm sigAlg)static X509CertImplCryptoUtil. signECCCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo)static X509CertImplCryptoUtil. signECCCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo, java.lang.String alg)Methods in com.netscape.cmsutil.crypto with parameters of type X509CertImpl Modifier and Type Method Description static java.lang.StringCryptoUtil. getSKIString(X509CertImpl cert) -
Uses of X509CertImpl in com.netscape.cmsutil.util
Methods in com.netscape.cmsutil.util that return X509CertImpl Modifier and Type Method Description static X509CertImplCert. mapCert(java.lang.String mime64) -
Uses of X509CertImpl in netscape.security.pkcs
Methods in netscape.security.pkcs that return X509CertImpl Modifier and Type Method Description X509CertImplPKCS12CertInfo. getCert()Methods in netscape.security.pkcs with parameters of type X509CertImpl Modifier and Type Method Description voidPKCS12CertInfo. setCert(X509CertImpl cert) -
Uses of X509CertImpl in org.dogtagpki.legacy.server.policy.extensions
Methods in org.dogtagpki.legacy.server.policy.extensions with parameters of type X509CertImpl Modifier and Type Method Description protected KeyIdentifierAuthorityKeyIdentifierExt. formKeyIdentifier(X509CertImpl caCertImpl)Form the Key Identifier in the Authority Key Identifier extension. -
Uses of X509CertImpl in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest that return X509CertImpl Modifier and Type Method Description X509CertImplSystemConfigService. createAdminCert(AdminSetupRequest data)Methods in org.dogtagpki.server.rest with parameters of type X509CertImpl Modifier and Type Method Description CertDataSystemCertService. createCertificateData(X509CertImpl cert)voidSystemConfigService. updateAdminUserCert(AdminSetupRequest request, X509CertImpl adminCert) -
Uses of X509CertImpl in org.dogtagpki.tps.main
Methods in org.dogtagpki.tps.main with parameters of type X509CertImpl Modifier and Type Method Description static java.lang.StringUtil. getCertAkiString(X509CertImpl cert)static java.lang.StringUtil. getCertSkiString(X509CertImpl cert)
-