Javax.Security.Cert.Certificate: Method Members

The methods of Javax.Security.Cert.Certificate are listed below. For a list of all members, see the Certificate Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

abstract
GetEncoded() : byte[]
Returns the encoded representation for this certificate.
abstract
ToString() : string
Returns a string containing a concise, human-readable description of the receiver.
abstract
Verify(Java.Security.IPublicKey)
Verifies that this certificate was signed with the given public key.
abstract
Verify(Java.Security.IPublicKey, string)
Verifies that this certificate was signed with the given public key.