Uses of Class java.security.KeyManagementException

Uses in package gnu.javax.net.ssl.provider

Methods which throw type java.security.KeyManagementException

@Override
SSLContextImpl.void engineInit(KeyManager[] keyManagers, TrustManager[] trustManagers, SecureRandom random)

Uses in package gnu.javax.net.ssl

Methods which throw type java.security.KeyManagementException

SecretKey

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.

Uses in package gnu.javax.crypto.key

Classes derived from java.security.KeyManagementException

class
A generic exception indicating that an unexpected condition has been detected during the setup and/or processing of a key agreement protocol exchange.

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.