Language

Recipient.Spi Property

Definition

Returns the HpkeSpi being used by this Recipient.

public virtual Android.Crypto.Hpke.IHpkeSpi Spi { [Android.Runtime.Register("getSpi", "()Landroid/crypto/hpke/HpkeSpi;", "GetGetSpiHandler", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSpi", "()Landroid/crypto/hpke/HpkeSpi;", "GetGetSpiHandler", ApiSince=37)>]
member this.Spi : Android.Crypto.Hpke.IHpkeSpi

Property Value

the SPI

Attributes

Remarks

Returns the HpkeSpi being used by this Recipient.

Android reference for android.crypto.hpke.Recipient.getSpi.

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