Uses of Class
org.mozilla.jss.pkcs11.PK11PrivKey
Packages that use PK11PrivKey
-
Uses of PK11PrivKey in org.mozilla.jss.nss
Methods in org.mozilla.jss.nss with parameters of type PK11PrivKeyModifier 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 PK11PrivKey in org.mozilla.jss.pkcs11
Subclasses of PK11PrivKey in org.mozilla.jss.pkcs11Modifier and TypeClassDescriptionclass
class
class
Methods in org.mozilla.jss.pkcs11 that return PK11PrivKeyModifier and TypeMethodDescriptionstatic PK11PrivKey
PK11PrivKey.fromPrivateKeyInfo
(byte[] pki, CryptoToken token) Imports a PrivateKeyInfo, storing it as a temporary PrivateKey on the given token.static PK11PrivKey
PK11PrivKey.fromPrivateKeyInfo
(byte[] pki, CryptoToken token, byte[] publicValue) Imports a PrivateKeyInfo, storing it as a temporary PrivateKey on the given token.static PK11PrivKey
PK11PrivKey.fromPrivateKeyInfo
(PKCS8EncodedKeySpec spec, CryptoToken token) Imports a PrivateKeyInfo, storing it as a temporary PrivateKey on the given token. -
Uses of PK11PrivKey in org.mozilla.jss.ssl.javax
Fields in org.mozilla.jss.ssl.javax declared as PK11PrivKeyModifier and TypeFieldDescriptionprotected PK11PrivKey
JSSEngine.key
Key corresponding to the local certificate.Methods in org.mozilla.jss.ssl.javax with parameters of type PK11PrivKeyModifier and TypeMethodDescriptionprotected 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.