Share via


EncryptedTopic(Byte[], String, Byte[]) Constructor

Definition

Creates encrypted version of the Topic object.

[Android.Runtime.Register(".ctor", "([BLjava/lang/String;[B)V", "", ApiSince=35)]
public EncryptedTopic (byte[] encryptedTopic, string keyIdentifier, byte[] encapsulatedKey);
[<Android.Runtime.Register(".ctor", "([BLjava/lang/String;[B)V", "", ApiSince=35)>]
new Android.AdServices.Topics.EncryptedTopic : byte[] * string * byte[] -> Android.AdServices.Topics.EncryptedTopic

Parameters

encryptedTopic
Byte[]

byte array cipher text containing encrypted Topic json string.

keyIdentifier
String

key used to identify the public key used for encryption.

encapsulatedKey
Byte[]

encapsulated key generated during HPKE setup.

Attributes

Remarks

Creates encrypted version of the Topic object.

Java documentation for android.adservices.topics.EncryptedTopic.EncryptedTopic(byte[], java.lang.String, byte[]).

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