Uses of Class
org.mozilla.jss.pkcs11.PK11Cert
Packages that use PK11Cert
Package
Description
Configuration and top-level operations of the JSS system.
SSL sockets.
-
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 PK11Cert
SSL.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 int
SSL.ConfigSecureServer
(SSLFDProxy fd, PK11Cert cert, PK11PrivKey key, int kea) Deprecated.replaced with ConfigServerCert See also: SSL_ConfigSecureServer in /usr/include/nss3/ssl.hstatic int
SSL.ConfigServerCert
(SSLFDProxy fd, PK11Cert cert, PK11PrivKey key) Configure the certificate and private key for a server socket. -
Uses of PK11Cert in org.mozilla.jss.pkcs11
Subclasses of PK11Cert in org.mozilla.jss.pkcs11Modifier and TypeClassDescriptionclass
Deprecated.Use PK11Cert instead.final class
Deprecated.Use PK11Cert instead. -
Uses of PK11Cert in org.mozilla.jss.ssl
Fields in org.mozilla.jss.ssl declared as PK11CertModifier and TypeFieldDescriptionprivate PK11Cert
SSLCertificateApprovalCallback.ValidityItem.cert
Methods in org.mozilla.jss.ssl that return PK11CertMethods in org.mozilla.jss.ssl with parameters of type PK11CertModifier and TypeMethodDescriptionvoid
add a new failure reason to this enumeration.Constructors in org.mozilla.jss.ssl with parameters of type PK11Cert -
Uses of PK11Cert in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as PK11CertModifier and TypeFieldDescriptionprotected PK11Cert
JSSEngine.cert
Certificate 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.serverTemplates
Set 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 int
JSSEngineReferenceImpl.CertValidationTask.assignException
(Exception excpt, PK11Cert[] chain) JSSEngineReferenceImpl.CertValidationTask.findAuthType
(SSLFDProxy ssl_fd, PK11Cert[] chain) protected static SSLFDProxy
JSSEngine.getServerTemplate
(PK11Cert cert, PK11PrivKey key) Returns the templated server certificate, if one exists.void
JSSEngine.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.void
JSSServerSocket.setKeyMaterials
(PK11Cert our_cert, PK11PrivKey our_key) Set the certificate this SSLSocket will utilize from a certificate and its matching private key.void
JSSSocket.setKeyMaterials
(PK11Cert ourCert, PK11PrivKey ourKey) Set the certificate this SSLSocket will utilize from a certificate and its matching private key.