Build 1.0_r1(from source)

java.security
Class IdentityScope

java.lang.Object
  extended by java.security.Identity
      extended by java.security.IdentityScope
All Implemented Interfaces:
Serializable, Principal

Deprecated.

public abstract class IdentityScope
extends Identity

See Also:
Serialized Form

Constructor Summary
protected IdentityScope()
          Deprecated.  
  IdentityScope(String name)
          Deprecated.  
  IdentityScope(String name, IdentityScope scope)
          Deprecated.  
 
Method Summary
abstract  void addIdentity(Identity identity)
          Deprecated.  
 Identity getIdentity(Principal principal)
          Deprecated.  
abstract  Identity getIdentity(PublicKey key)
          Deprecated.  
abstract  Identity getIdentity(String name)
          Deprecated.  
static IdentityScope getSystemScope()
          Deprecated.  
abstract  Enumeration<Identity> identities()
          Deprecated.  
abstract  void removeIdentity(Identity identity)
          Deprecated.  
protected static void setSystemScope(IdentityScope scope)
          Deprecated.  
abstract  int size()
          Deprecated.  
 String toString()
          Deprecated. Returns a string containing a concise, human-readable description of the receiver.
 
Methods inherited from class java.security.Identity
addCertificate, certificates, equals, getInfo, getName, getPublicKey, getScope, hashCode, identityEquals, removeCertificate, setInfo, setPublicKey, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityScope

protected IdentityScope()
Deprecated. 

IdentityScope

public IdentityScope(String name)
Deprecated. 

IdentityScope

public IdentityScope(String name,
                     IdentityScope scope)
              throws KeyManagementException
Deprecated. 
Throws:
KeyManagementException
Method Detail

getSystemScope

public static IdentityScope getSystemScope()
Deprecated. 

setSystemScope

protected static void setSystemScope(IdentityScope scope)
Deprecated. 

size

public abstract int size()
Deprecated. 

getIdentity

public abstract Identity getIdentity(String name)
Deprecated. 

getIdentity

public Identity getIdentity(Principal principal)
Deprecated. 

getIdentity

public abstract Identity getIdentity(PublicKey key)
Deprecated. 

addIdentity

public abstract void addIdentity(Identity identity)
                          throws KeyManagementException
Deprecated. 
Throws:
KeyManagementException

removeIdentity

public abstract void removeIdentity(Identity identity)
                             throws KeyManagementException
Deprecated. 
Throws:
KeyManagementException

identities

public abstract Enumeration<Identity> identities()
Deprecated. 

toString

public String toString()
Deprecated. 
Description copied from class: Object
Returns a string containing a concise, human-readable description of the receiver.

Specified by:
toString in interface Principal
Overrides:
toString in class Identity
Returns:
String a printable representation for the receiver.

Build 1.0_r1(from source)

Please submit a feedback, bug or feature