Java.Security.Cert.PKIXCertPathChecker.Init Method
Initializes this PKIXCertPathChecker instance for specified checking direction.

Syntax

[Android.Runtime.Register("init", "(Z)V", "GetInit_ZHandler")]
public abstract void Init (bool forward)

Parameters

forward
the direction of the certification path processing, true if the certificates are processed in forward direction (from target to trusted CA), false if processed in reverse direction (from trusted CA to target).

Exceptions

TypeReason
Java.Security.Cert.CertPathValidatorExceptionif initialization of this PKIXCertPathChecker instance fails, or if it cannot process certificates in the specified order.

Remarks

Initializes this PKIXCertPathChecker instance for specified checking direction.

[Android Documentation]

Requirements

Namespace: Java.Security.Cert
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1