Java.Security.Cert.CRL Members

The members of Java.Security.Cert.CRL are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Creates a new certificate revocation list of the specified type.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Typestring. Returns the type of this CRL.

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
IsRevoked(Certificate) : bool
Returns whether the specified certificate is revoked by this CRL.
abstract
ToString() : string
Returns the string representation of this instance.