Compartir a través de


KeyStore.CallbackHandlerProtection Constructores

Definición

Sobrecargas

KeyStore.CallbackHandlerProtection(ICallbackHandler)

Construye una nueva callbackHandlerProtection a partir de callbackHandler.

KeyStore.CallbackHandlerProtection(IntPtr, JniHandleOwnership)

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

KeyStore.CallbackHandlerProtection(ICallbackHandler)

Construye una nueva callbackHandlerProtection a partir de callbackHandler.

[Android.Runtime.Register(".ctor", "(Ljavax/security/auth/callback/CallbackHandler;)V", "")]
public CallbackHandlerProtection (Javax.Security.Auth.Callback.ICallbackHandler? handler);
[<Android.Runtime.Register(".ctor", "(Ljavax/security/auth/callback/CallbackHandler;)V", "")>]
new Java.Security.KeyStore.CallbackHandlerProtection : Javax.Security.Auth.Callback.ICallbackHandler -> Java.Security.KeyStore.CallbackHandlerProtection

Parámetros

handler
ICallbackHandler

CallbackHandler

Atributos

Excepciones

si handler es null.

Comentarios

Construye una nueva callbackHandlerProtection a partir de callbackHandler.

Documentación de Java para java.security.KeyStore.CallbackHandlerProtection.KeyStore$CallbackHandlerProtection(javax.security.auth.callback.CallbackHandler).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

KeyStore.CallbackHandlerProtection(IntPtr, JniHandleOwnership)

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

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

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 abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a