Uses of Class java.security.KeyManagementException

Uses in package java.security

Constructors which throw type java.security.KeyManagementException

Constructs a new instance of Identity with the specified name and scope.
Constructs a new instance of IdentityScope with the specified name and IdentityScope.
Constructs a new instance of Signer with the specified identity name and IdentityScope.

Methods which throw type java.security.KeyManagementException

void
Adds a certificate to the list of ceritificates for this identity.
void
Adds an identity to his scope.
void
Removes a certificate from the list of ceritificates for this identity.
void
Removes an identity in this scope.
void
Sets the public key for this identity.

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.