CertPath Constructors

Definition

Overloads

CertPath(String)

Creates a CertPath of the specified type.

CertPath(IntPtr, JniHandleOwnership)

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

CertPath(String)

Creates a CertPath of the specified type.

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

Parameters

type
String

the standard name of the type of Certificates in this path

Attributes

Remarks

Creates a CertPath of the specified type.

This constructor is protected because most users should use a CertificateFactory to create CertPaths.

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

CertPath(IntPtr, JniHandleOwnership)

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

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

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