Share via


CRL Constructors

Definition

Overloads

CRL(String)

Creates a CRL of the specified type.

CRL(IntPtr, JniHandleOwnership)

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

CRL(String)

Creates a CRL of the specified type.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")]
protected CRL (string? type);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "")>]
new Java.Security.Cert.CRL : string -> Java.Security.Cert.CRL

Parameters

type
String

the standard name of the CRL type. See the Java Security Standard Algorithm Names document for information about standard CRL types.

Attributes

Remarks

Creates a CRL of the specified type.

Java documentation for java.security.cert.CRL.CRL(java.lang.String).

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

CRL(IntPtr, JniHandleOwnership)

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

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

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