Recipient.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Recipient.Builder(IntPtr, JniHandleOwnership) | |
| Recipient.Builder(Hpke, Byte[], IPrivateKey) |
Creates the builder. |
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
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
Applies to
Recipient.Builder(Hpke, Byte[], IPrivateKey)
Creates the builder.
[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
Parameters
- hpke
- Hpke
- encapsulated
- Byte[]
encapsulated ephemeral key from an Sender
- recipientKey
- IPrivateKey
private key of the recipient
- Attributes
Remarks
Creates the builder.
Android reference for android.crypto.hpke.Recipient.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.