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 X509CertImpl
AuthToken. getInCert(java.lang.String name)
X509CertImpl
ExternalAuthToken. getInCert(java.lang.String k)
X509CertImpl
IAuthToken. 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 boolean
AuthToken. set(java.lang.String name, X509CertImpl value)
boolean
ExternalAuthToken. set(java.lang.String k, X509CertImpl v)
boolean
IAuthToken. 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 X509CertImpl
ICertAuthority. 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 X509CertImpl
ICertificateAuthority. getCACert()
Retrieves the CA certificate.X509CertImpl
ICAService. 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.X509CertImpl
ICertificateAuthority. 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 X509CertImpl
ICertRecord. getCertificate()
Retrieves certificate from certificate record.X509CertImpl
ICertificateRepository. 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.String
IKeyService. 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 CertRequestProcessedEvent
CertRequestProcessedEvent. 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 X509CertImpl
IRequest. 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 boolean
IRequest. setExtData(java.lang.String key, X509CertImpl data)
Stores a X509CertImpl as base64 encoded text using the getEncode() method.boolean
IRequest. 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 X509CertImpl
ISigningUnit. getCertImpl()
Retrieves the signing certificate.X509CertImpl
ICryptoSubsystem. 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 void
ICryptoSubsystem. 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 void
AJobBase. 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 X509CertImpl
LDAPStore. 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 void
LDAPStore. 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 X509CertImpl
EnrollProfile. 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 X509CertImpl
CAEnrollConstraint. 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 boolean
CMSServlet. checkImportCertToNav(javax.servlet.http.HttpServletResponse httpResp, IArgBlock httpParams, X509CertImpl cert)
void
CMSServlet. 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 void
EnrollServlet. addAdminAgent(CMSRequest cmsReq, X509CertImpl[] issuedCerts)
void
RevocationProcessor. addCertificate(X509CertImpl cert)
void
RevocationProcessor. addCertificateToRevoke(X509CertImpl cert)
protected void
EnrollServlet. 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 X509CertImpl
CRSEnrollment. 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.X509CertImpl
CRSEnrollment. 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 X509CertImpl
CertUtil. createLocalCert(IConfigStore config, X509Key x509key, java.lang.String prefix, java.lang.String certTag, java.lang.String type)
static X509CertImpl
CertUtil. 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 void
CertUtil. addUserCertificate(X509CertImpl cert)
static void
CertUtil. createCertRecord(IRequest request, CertInfoProfile profile, X509CertImpl cert)
static void
ConfigurationUtils. createPKCS7(X509CertImpl cert)
static void
ConfigurationUtils. 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 X509CertImpl
CryptoUtil. signCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo, java.lang.String alg)
Signs certificate.static X509CertImpl
CryptoUtil. signCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo, org.mozilla.jss.crypto.SignatureAlgorithm sigAlg)
static X509CertImpl
CryptoUtil. signECCCert(org.mozilla.jss.crypto.PrivateKey privateKey, X509CertInfo certInfo)
static X509CertImpl
CryptoUtil. 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.String
CryptoUtil. 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 X509CertImpl
Cert. 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 X509CertImpl
PKCS12CertInfo. getCert()
Methods in netscape.security.pkcs with parameters of type X509CertImpl Modifier and Type Method Description void
PKCS12CertInfo. 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 KeyIdentifier
AuthorityKeyIdentifierExt. 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 X509CertImpl
SystemConfigService. createAdminCert(AdminSetupRequest data)
Methods in org.dogtagpki.server.rest with parameters of type X509CertImpl Modifier and Type Method Description CertData
SystemCertService. createCertificateData(X509CertImpl cert)
void
SystemConfigService. 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.String
Util. getCertAkiString(X509CertImpl cert)
static java.lang.String
Util. getCertSkiString(X509CertImpl cert)
-