Package | Description |
---|---|
java.security |
Modifier and Type | Method and Description |
---|---|
void |
Identity.addCertificate(Certificate certificate)
Deprecated.
|
abstract void |
IdentityScope.addIdentity(Identity identity)
Deprecated.
|
void |
Identity.removeCertificate(Certificate certificate)
Deprecated.
|
abstract void |
IdentityScope.removeIdentity(Identity identity)
Deprecated.
|
void |
Identity.setPublicKey(PublicKey key)
Deprecated.
|
Constructor and Description |
---|
Identity(String name,
IdentityScope scope)
Deprecated.
|
IdentityScope(String name,
IdentityScope scope)
Deprecated.
|
Signer(String name,
IdentityScope scope)
Deprecated.
|