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 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 PK11PrivKey in org.mozilla.jss.pkcs11
Subclasses of PK11PrivKey in org.mozilla.jss.pkcs11Modifier and TypeClassDescriptionclassclassclassMethods in org.mozilla.jss.pkcs11 that return PK11PrivKeyModifier and TypeMethodDescriptionstatic PK11PrivKeyPK11PrivKey.fromPrivateKeyInfo(byte[] pki, CryptoToken token) Imports a PrivateKeyInfo, storing it as a temporary PrivateKey on the given token.static PK11PrivKeyPK11PrivKey.fromPrivateKeyInfo(byte[] pki, CryptoToken token, byte[] publicValue) Imports a PrivateKeyInfo, storing it as a temporary PrivateKey on the given token.static PK11PrivKeyPK11PrivKey.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 with type parameters of type PK11PrivKeyModifier and TypeFieldDescriptionprotected List<org.apache.commons.lang3.tuple.Pair<PK11Cert, PK11PrivKey>> JSSEngine.certsCollection of certificates and related keys used by this JSSEngine instance.protected static HashMap<List<org.apache.commons.lang3.tuple.Pair<PK11Cert, PK11PrivKey>>, 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 PK11PrivKeyModifier and TypeMethodDescriptionvoidJSSEngine.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.Method parameters in org.mozilla.jss.ssl.javax with type arguments of type PK11PrivKeyModifier and TypeMethodDescriptionprotected static SSLFDProxyJSSEngine.getServerTemplate(List<org.apache.commons.lang3.tuple.Pair<PK11Cert, PK11PrivKey>> lstCerts) Returns the templated server certificate, if one exists.