EncryptedTopic(Byte[], String, Byte[]) Constructor
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.
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.
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.