Compartir a través de


SSLContext Constructores

Definición

Sobrecargas

SSLContext(IntPtr, JniHandleOwnership)

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

SSLContext(SSLContextSpi, Provider, String)

Crea un objeto SSLContext.

SSLContext(IntPtr, JniHandleOwnership)

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

protected SSLContext (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Net.Ssl.SSLContext : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Net.Ssl.SSLContext

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto de 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 proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a

SSLContext(SSLContextSpi, Provider, String)

Crea un objeto SSLContext.

[Android.Runtime.Register(".ctor", "(Ljavax/net/ssl/SSLContextSpi;Ljava/security/Provider;Ljava/lang/String;)V", "")]
protected SSLContext (Javax.Net.Ssl.SSLContextSpi? contextSpi, Java.Security.Provider? provider, string? protocol);
[<Android.Runtime.Register(".ctor", "(Ljavax/net/ssl/SSLContextSpi;Ljava/security/Provider;Ljava/lang/String;)V", "")>]
new Javax.Net.Ssl.SSLContext : Javax.Net.Ssl.SSLContextSpi * Java.Security.Provider * string -> Javax.Net.Ssl.SSLContext

Parámetros

contextSpi
SSLContextSpi

delegado

provider
Provider

el proveedor

protocol
String

el protocolo

Atributos

Comentarios

Crea un objeto SSLContext.

Documentación de Java para javax.net.ssl.SSLContext.SSLContext(javax.net.ssl.SSLContextSpi, java.security.Provider, java.lang.String).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código Project y que se usan según los términos Creative Commons 2.5 Attribution License.

Se aplica a