Share via


PKIXCertPathChecker Constructors

Definition

Overloads

PKIXCertPathChecker()

Default constructor.

PKIXCertPathChecker(IntPtr, JniHandleOwnership)

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

PKIXCertPathChecker()

Default constructor.

[Android.Runtime.Register(".ctor", "()V", "")]
protected PKIXCertPathChecker ();
Attributes

Remarks

Default constructor.

Java documentation for java.security.cert.PKIXCertPathChecker.PKIXCertPathChecker().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

PKIXCertPathChecker(IntPtr, JniHandleOwnership)

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

protected PKIXCertPathChecker (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Cert.PKIXCertPathChecker : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Cert.PKIXCertPathChecker

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to