Uses of Class
java.security.UnrecoverableKeyException
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
| org.bouncycastle.jcajce.provider.keystore.bc | |
| org.bouncycastle.jcajce.provider.keystore.pkcs12 | |
| org.conscrypt |
-
Uses of UnrecoverableKeyException in java.security
Methods in java.security that throw UnrecoverableKeyException Modifier and Type Method Description abstract KeyKeyStoreSpi. engineGetKey(String alias, char[] password)Returns the key with the given alias, using the password to recover the key from the store.KeyKeyStore. getKey(String alias, char[] password)Returns the key with the given alias, using the password to recover the key from the store. -
Uses of UnrecoverableKeyException in javax.net.ssl
Methods in javax.net.ssl that throw UnrecoverableKeyException Modifier and Type Method Description protected abstract voidKeyManagerFactorySpi. engineInit(KeyStore ks, char[] password)Initializes this instance with the specified key store and password.voidKeyManagerFactory. init(KeyStore ks, char[] password)Initializes this instance with the specified key store and password. -
Uses of UnrecoverableKeyException in org.apache.http.conn.ssl
Constructors in org.apache.http.conn.ssl that throw UnrecoverableKeyException Constructor Description SSLSocketFactory(String algorithm, KeyStore keystore, String keystorePassword, KeyStore truststore, SecureRandom random, HostNameResolver nameResolver)SSLSocketFactory(KeyStore truststore)SSLSocketFactory(KeyStore keystore, String keystorePassword)SSLSocketFactory(KeyStore keystore, String keystorePassword, KeyStore truststore) -
Uses of UnrecoverableKeyException in org.bouncycastle.jcajce.provider.keystore.bc
Methods in org.bouncycastle.jcajce.provider.keystore.bc that throw UnrecoverableKeyException Modifier and Type Method Description KeyBcKeyStoreSpi. engineGetKey(String alias, char[] password) -
Uses of UnrecoverableKeyException in org.bouncycastle.jcajce.provider.keystore.pkcs12
Methods in org.bouncycastle.jcajce.provider.keystore.pkcs12 that throw UnrecoverableKeyException Modifier and Type Method Description KeyPKCS12KeyStoreSpi. engineGetKey(String alias, char[] password) -
Uses of UnrecoverableKeyException in org.conscrypt
Methods in org.conscrypt that throw UnrecoverableKeyException Modifier and Type Method Description protected voidKeyManagerFactoryImpl. engineInit(KeyStore ks, char[] password)