Language

Sender.Builder Constructors

Definition

Overloads

Sender.Builder(Hpke, IPublicKey)

Creates the Builder.

[Android.Runtime.Register(".ctor", "(Landroid/crypto/hpke/Hpke;Ljava/security/PublicKey;)V", "", ApiSince=37)]
public Builder(Android.Crypto.Hpke.Hpke hpke, Java.Security.IPublicKey recipientKey);
[<Android.Runtime.Register(".ctor", "(Landroid/crypto/hpke/Hpke;Ljava/security/PublicKey;)V", "", ApiSince=37)>]
new Android.Crypto.Hpke.Sender.Builder : Android.Crypto.Hpke.Hpke * Java.Security.IPublicKey -> Android.Crypto.Hpke.Sender.Builder

Parameters

hpke
Hpke
recipientKey
IPublicKey

public key of the recipient

Attributes

Remarks

Creates the Builder.

Android reference for android.crypto.hpke.Sender.Builder.Builder.

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

Sender.Builder(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

Applies to