Share via


Certificate.CertificateRep Constructors

Definition

Overloads

Certificate.CertificateRep(IntPtr, JniHandleOwnership)

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

Certificate.CertificateRep(String, Byte[])

Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.

Certificate.CertificateRep(IntPtr, JniHandleOwnership)

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

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

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

Certificate.CertificateRep(String, Byte[])

Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.

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

Parameters

type
String

the standard name of the Certificate type.

data
Byte[]

the Certificate data.

Attributes

Remarks

Construct the alternate Certificate class with the Certificate type and Certificate encoding bytes.

Java documentation for java.security.cert.Certificate.CertificateRep.Certificate$CertificateRep(java.lang.String, byte[]).

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