GNU Classpath (0.20) | |
Frames | No Frames |
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 | Initializes this context and prepares it for producing socket
factories. |
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. |
GNU Classpath (0.20) |