The members of Java.Security.Cert.PKIXCertPathChecker are listed below.
See Also: Inherited members from Java.Lang.Object
Creates a new PKIXCertPathChecker instance. | ||
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | IsForwardCheckingSupported | bool. Returns whether this PKIXCertPathChecker instance supports forward checking. |
[read-only] abstract | SupportedExtensions | ICollection<string>. Returns the list of extensions of X.509 certificates that this PKIXCertPathChecker is able to process. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | Check(Certificate, ICollection<string>)Documentation for this section has not yet been entered. | |
Clone()Clones this PKIXCertPathChecker instance. | ||
abstract | Init(bool)Initializes this PKIXCertPathChecker instance for specified checking direction. |