java.lang.Object | ||
java.security.Identity | Serializable Principal |
Identity(String name) | ||||||
Identity(String name, IdentityScope scope) |
Identity() |
void | addCertificate(Certificate certificate) | |||||
Certificate[] | certificates() | |||||
final | boolean | equals(Object obj) | ||||
Compares the argument to the receiver, and returns true if they represent the same object using a class specific comparison. | ||||||
String | getInfo() | |||||
final | String | getName() | ||||
PublicKey | getPublicKey() | |||||
final | IdentityScope | getScope() | ||||
int | hashCode() | |||||
Returns an integer hash code for the receiver. | ||||||
void | removeCertificate(Certificate certificate) | |||||
void | setInfo(String info) | |||||
void | setPublicKey(PublicKey key) | |||||
String | toString(boolean detailed) | |||||
String | toString() | |||||
Returns a string containing a concise, human-readable description of the receiver. |
boolean | identityEquals(Identity identity) |
KeyManagementException |
---|
KeyManagementException |
---|
obj | Object the object to compare with this object. |
---|
true
if the object is the same as this
object false
if it is different from this object.true
when passed to .equals
must
answer the same value for this method.
KeyManagementException |
---|
KeyManagementException |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |