Uses of Class
java.security.KeyManagementException
| 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.harmony.security | |
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
| org.conscrypt |
-
Uses of KeyManagementException in java.security
Methods in java.security that throw KeyManagementException Modifier and Type Method Description voidIdentity. addCertificate(Certificate certificate)Deprecated.Adds aCertificateto thisIdentity.abstract voidIdentityScope. addIdentity(Identity identity)Deprecated.Adds anIdentityto thisIdentityScope.voidIdentity. removeCertificate(Certificate certificate)Deprecated.Removes the specifiedCertificatefrom thisIdentity.abstract voidIdentityScope. removeIdentity(Identity identity)Deprecated.Removes anIdentityfrom thisIdentityScope.voidIdentity. setPublicKey(PublicKey key)Deprecated.Sets the specifiedPublicKeyto thisIdentity.Constructors in java.security that throw KeyManagementException Constructor Description Identity(String name, IdentityScope scope)Deprecated.Creates a new instance ofIdentitywith the specified name and the scope of thisIdentity.IdentityScope(String name, IdentityScope scope)Deprecated.Constructs a new instance ofIdentityScopewith the specified name and the specified scope.Signer(String name, IdentityScope scope)Deprecated.Constructs a new instance ofSignerwith the given name in the given scope. -
Uses of KeyManagementException in javax.net.ssl
Methods in javax.net.ssl that throw KeyManagementException Modifier and Type Method Description protected abstract voidSSLContextSpi. engineInit(KeyManager[] km, TrustManager[] tm, SecureRandom sr)Initializes thisSSLContextinstance.voidSSLContext. init(KeyManager[] km, TrustManager[] tm, SecureRandom sr)Initializes thisSSLContextinstance. -
Uses of KeyManagementException in org.apache.harmony.security
Methods in org.apache.harmony.security that throw KeyManagementException Modifier and Type Method Description voidSystemScope. addIdentity(Identity identity)voidSystemScope. removeIdentity(Identity identity)Constructors in org.apache.harmony.security that throw KeyManagementException Constructor Description SystemScope(String name, IdentityScope scope) -
Uses of KeyManagementException in org.apache.http.conn.ssl
Constructors in org.apache.http.conn.ssl that throw KeyManagementException 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 KeyManagementException in org.conscrypt
Methods in org.conscrypt that throw KeyManagementException Modifier and Type Method Description voidDefaultSSLContextImpl. engineInit(KeyManager[] kms, TrustManager[] tms, SecureRandom sr)voidSSLContextImpl. engineInit(KeyManager[] kms, TrustManager[] tms, SecureRandom sr)Initializes thisSSLContextinstance.protected static SSLParametersImplSSLParametersImpl. getDefault()static X509TrustManagerSSLParametersImpl. getDefaultTrustManager()Gets the default trust manager.Constructors in org.conscrypt that throw KeyManagementException Constructor Description SSLParametersImpl(KeyManager[] kms, TrustManager[] tms, SecureRandom sr, ClientSessionContext clientSessionContext, ServerSessionContext serverSessionContext)Initializes the parameters.