Uses of Class java.security.KeyManagementException

Uses in package java.security

Constructors which throw type java.security.KeyManagementException

Constructs an identity with the specified name and scope.
Constructs a new identity scope with the specified name and scope.
Creates a Signer with the specified identity name and scope.

Methods which throw type java.security.KeyManagementException

void
Adds a certificate for this identity.
void
Adds an identity to this identity scope.
void
Removes a certificate from this identity.

First, if there is a security manager, its checkSecurityAccess() method is called with "removeIdentityCertificate" as its argument to see if it's ok to remove a certificate.

void
Removes an identity from this identity scope.
void
Sets this identity's public key.

Uses in package javax.net.ssl

Methods which throw type java.security.KeyManagementException

void
SSLContextSpi.engineInit(KeyManager[] keyManagers, TrustManager trustManagers, SecureRandom random)
Initialize this context with key and trust managers, and a source of randomness.
void
SSLContext.init(KeyManager[] keyManagers, TrustManager trustManagers, SecureRandom random)
Initializes this context and prepares it for producing socket factories.