Uses of Class
org.mozilla.jss.pkcs11.PK11Cert
Packages that use PK11Cert
Package
Description
Configuration and top-level operations of the JSS system.
-
Uses of PK11Cert in org.mozilla.jss
Methods in org.mozilla.jss with parameters of type PK11CertModifier and TypeMethodDescription(package private) X509Certificate[]CryptoManager.buildCertificateChainNative(PK11Cert leaf) -
Uses of PK11Cert in org.mozilla.jss.nss
Fields in org.mozilla.jss.nss declared as PK11CertMethods in org.mozilla.jss.nss that return PK11CertModifier and TypeMethodDescriptionstatic PK11CertSSL.PeerCertificate(SSLFDProxy fd) Introspect the peer's certificate.static PK11Cert[]SSL.PeerCertificateChain(SSLFDProxy fd) Introspect the peer's certificate chain.Methods in org.mozilla.jss.nss with parameters of type PK11CertModifier and TypeMethodDescriptionstatic intSSL.ConfigSecureServer(SSLFDProxy fd, PK11Cert cert, PK11PrivKey key, int kea) Deprecated.replaced with ConfigServerCert See also: SSL_ConfigSecureServer in /usr/include/nss3/ssl.hstatic intSSL.ConfigServerCert(SSLFDProxy fd, PK11Cert cert, PK11PrivKey key) Configure the certificate and private key for a server socket. -
Uses of PK11Cert in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as PK11CertModifier and TypeFieldDescriptionprotected PK11CertJSSEngine.certCertificate used by this JSSEngine instance.Fields in org.mozilla.jss.ssl.javax with type parameters of type PK11CertModifier and TypeFieldDescriptionprotected static HashMap<PK11Cert,SSLFDProxy> JSSEngine.serverTemplatesSet of cached server sockets based on the PK11Cert they were initialized with.Methods in org.mozilla.jss.ssl.javax with parameters of type PK11CertModifier and TypeMethodDescriptionprivate intJSSEngineReferenceImpl.CertValidationTask.assignException(Exception excpt, PK11Cert[] chain) JSSEngineReferenceImpl.CertValidationTask.findAuthType(SSLFDProxy ssl_fd, PK11Cert[] chain) protected static SSLFDProxyJSSEngine.getServerTemplate(PK11Cert cert, PK11PrivKey key) Returns the templated server certificate, if one exists.private intJSSEngineReferenceImpl.CertValidationTask.handleCertificateException(Exception excpt, PK11Cert[] chain) voidJSSEngine.setKeyMaterials(PK11Cert our_cert, PK11PrivKey our_key) Set public and protected key material; useful when doing client auth or if this wasn't provided to the constructor.voidJSSServerSocket.setKeyMaterials(PK11Cert our_cert, PK11PrivKey our_key) Set the certificate this SSLSocket will utilize from a certificate and its matching private key.voidJSSSocket.setKeyMaterials(PK11Cert ourCert, PK11PrivKey ourKey) Set the certificate this SSLSocket will utilize from a certificate and its matching private key.