Java.Security.Cert.PKIXCertPathChecker Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

Creates a new PKIXCertPathChecker instance.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
IsForwardCheckingSupportedbool. Returns whether this PKIXCertPathChecker instance supports forward checking.
[read-only]
abstract
SupportedExtensionsICollection<string>. Returns the list of extensions of X.509 certificates that this PKIXCertPathChecker is able to process.

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
Check(Certificate, ICollection<string>)
Documentation for this section has not yet been entered.
Clone() : Java.Lang.Object
Clones this PKIXCertPathChecker instance.
abstract
Init(bool)
Initializes this PKIXCertPathChecker instance for specified checking direction.