Java.Security.Identity: Method Members

The methods of Java.Security.Identity are listed below. For a list of all members, see the Identity Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AddCertificate(ICertificate)
Adds a Certificate to this Identity.
Certificates() : ICertificate[]
Returns the certificates for this Identity.
override
Equals(Java.Lang.Object) : bool
Compares the specified object with this Identity for equality and returns true if the specified object is equal, false otherwise.
RemoveCertificate(ICertificate)
Removes the specified Certificate from this Identity.
ToString(bool) : string
Returns a string containing a concise, human-readable description of the this Identity.

Protected Methods

IdentityEquals(Identity) : bool
Compares the specified Identity with this Identity for equality and returns true if the specified object is equal, false otherwise.