Lingua

Recipient.Builder Costruttori

Definizione

Overload

Recipient.Builder(IntPtr, JniHandleOwnership)

protected Builder(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Crypto.Hpke.Recipient.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Crypto.Hpke.Recipient.Builder

Parametri

javaReference
IntPtr

nativeint

Si applica a

Recipient.Builder(Hpke, Byte[], IPrivateKey)

Crea il generatore.

[Android.Runtime.Register(".ctor", "(Landroid/crypto/hpke/Hpke;[BLjava/security/PrivateKey;)V", "", ApiSince=37)]
public Builder(Android.Crypto.Hpke.Hpke hpke, byte[] encapsulated, Java.Security.IPrivateKey recipientKey);
[<Android.Runtime.Register(".ctor", "(Landroid/crypto/hpke/Hpke;[BLjava/security/PrivateKey;)V", "", ApiSince=37)>]
new Android.Crypto.Hpke.Recipient.Builder : Android.Crypto.Hpke.Hpke * byte[] * Java.Security.IPrivateKey -> Android.Crypto.Hpke.Recipient.Builder

Parametri

hpke
Hpke
encapsulated
Byte[]

chiave temporanea incapsulata da un Sender

recipientKey
IPrivateKey

chiave privata del destinatario

Attributi

Commenti

Crea il generatore.

Informazioni di riferimento su Android per android.crypto.hpke.Recipient.Builder.Builder.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a