EncryptedTopic.GetEncapsulatedKey Method

Definition

Returns the encapsulated key generated during HPKE setup.

[Android.Runtime.Register("getEncapsulatedKey", "()[B", "", ApiSince=35)]
public byte[] GetEncapsulatedKey ();
[<Android.Runtime.Register("getEncapsulatedKey", "()[B", "", ApiSince=35)>]
member this.GetEncapsulatedKey : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

Returns the encapsulated key generated during HPKE setup.

Java documentation for android.adservices.topics.EncryptedTopic.getEncapsulatedKey().

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