Javax.Security.Cert.Certificate Members

The members of Javax.Security.Cert.Certificate are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new Certificate.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
PublicKeyJava.Security.IPublicKey. Returns the public key corresponding to this certificate.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.