Lenguaje

CertPath.CertPathRep Constructores

Definición

Sobrecargas

Nombre Description
CertPath.CertPathRep(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

CertPath.CertPathRep(String, Byte[])

Crea un CertPathRep objeto con el tipo especificado y la forma codificada de una ruta de certificación.

CertPath.CertPathRep(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

CertPath.CertPathRep(String, Byte[])

Crea un CertPathRep objeto con el tipo especificado y la forma codificada de una ruta de certificación.

[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

Parámetros

type
String

el nombre estándar de un CertPath tipo

data
Byte[]

forma codificada de la ruta de certificación

Atributos

Comentarios

Crea un CertPathRep objeto con el tipo especificado y la forma codificada de una ruta de certificación.

Java documentación para java.security.cert.CertPath.CertPathRep.CertPath$CertPathRep(java.lang.String, byte[]).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a