Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

SystemScope Class Reference

Inherits java::security::IdentityScope.

List of all members.


Detailed Description

See also:
java.security.IdentityScope

Public Member Functions

 SystemScope ()
 SystemScope (String name)
 SystemScope (String name, IdentityScope scope) throws KeyManagementException
int size ()
synchronized Identity getIdentity (String name)
synchronized Identity getIdentity (PublicKey key)
synchronized void addIdentity (Identity identity) throws KeyManagementException
synchronized void removeIdentity (Identity identity) throws KeyManagementException
Enumeration identities ()

Private Attributes

Hashtable names = new Hashtable()
Hashtable keys = new Hashtable()

Static Private Attributes

static final long serialVersionUID = -4810285697932522607L
 

Constructor & Destructor Documentation

SystemScope (  ) 

SystemScope ( String  name  ) 

SystemScope ( String  name,
IdentityScope  scope 
) throws KeyManagementException


Member Function Documentation

int size (  )  [virtual]

synchronized Identity getIdentity ( String  name  )  [virtual]

See also:
java.security.IdentityScope.getIdentity(java.lang.String)

Implements IdentityScope.

synchronized Identity getIdentity ( PublicKey  key  )  [virtual]

synchronized void addIdentity ( Identity  identity  )  throws KeyManagementException [virtual]

synchronized void removeIdentity ( Identity  identity  )  throws KeyManagementException [virtual]

Enumeration identities (  )  [virtual]


Member Data Documentation

final long serialVersionUID = -4810285697932522607L [static, private]

Reimplemented from IdentityScope.

Hashtable names = new Hashtable() [private]

Hashtable keys = new Hashtable() [private]