CertPath.CertPathRep Constructors

Definition

Overloads

CertPath.CertPathRep(IntPtr, JniHandleOwnership)

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

CertPath.CertPathRep(String, Byte[])

Creates a CertPathRep with the specified type and encoded form of a certification path.

CertPath.CertPathRep(IntPtr, JniHandleOwnership)

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

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

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

CertPath.CertPathRep(String, Byte[])

Creates a CertPathRep with the specified type and encoded form of a certification path.

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

Parameters

type
String

the standard name of a CertPath type

data
Byte[]

the encoded form of the certification path

Attributes

Remarks

Creates a CertPathRep with the specified type and encoded form of a certification path.

Java documentation for java.security.cert.CertPath.CertPathRep.CertPath$CertPathRep(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