| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Identity.addCertificate(Certificate
Deprecated.
Adds a certificate for this identity.
|
abstract void |
IdentityScope.addIdentity(Identity
Deprecated.
Adds an identity to this identity scope.
|
void |
Identity.removeCertificate(Certificate
Deprecated.
Removes a certificate from this identity.
|
abstract void |
IdentityScope.removeIdentity(Identity
Deprecated.
Removes an identity from this identity scope.
|
void |
Identity.setPublicKey(PublicKey
Deprecated.
Sets this identity's public key.
|
| Constructor and Description | |
|---|---|
Identity(String
Deprecated.
Constructs an identity with the specified name and scope.
|
|
IdentityScope(String
Deprecated.
Constructs a new identity scope with the specified name and scope.
|
|
Signer(String
Deprecated.
Creates a signer with the specified identity name and scope.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SSLContextSpi.engineInit(KeyManager
Initializes this context.
|
void |
SSLContext.init(KeyManager
Initializes this context.
|