Package | Description |
---|---|
java.security |
Provides the classes and interfaces for the security framework.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityScope
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore , the
java.security.cert package, and
java.security.Principal . |
class |
Signer
Deprecated.
This class is no longer used. Its functionality has been
replaced by
java.security.KeyStore , the
java.security.cert package, and
java.security.Principal . |
Modifier and Type | Method and Description |
---|---|
Identity |
IdentityScope.getIdentity(Principal principal)
Deprecated.
Retrieves the identity whose name is the same as that of the
specified principal.
|
abstract Identity |
IdentityScope.getIdentity(PublicKey key)
Deprecated.
Retrieves the identity with the specified public key.
|
abstract Identity |
IdentityScope.getIdentity(String name)
Deprecated.
Returns the identity in this scope with the specified name (if any).
|
Modifier and Type | Method and Description |
---|---|
abstract Enumeration<Identity> |
IdentityScope.identities()
Deprecated.
Returns an enumeration of all identities in this identity scope.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IdentityScope.addIdentity(Identity identity)
Deprecated.
Adds an identity to this identity scope.
|
protected boolean |
Identity.identityEquals(Identity identity)
Deprecated.
Tests for equality between the specified identity and this identity.
|
abstract void |
IdentityScope.removeIdentity(Identity identity)
Deprecated.
Removes an identity from this identity scope.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.