Share via


PKIXRevocationChecker Constructors

Definition

Overloads

PKIXRevocationChecker()

Default constructor.

PKIXRevocationChecker(IntPtr, JniHandleOwnership)

PKIXRevocationChecker()

Default constructor.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
protected PKIXRevocationChecker ();
Attributes

Remarks

Default constructor.

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

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

PKIXRevocationChecker(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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