EmailAddressPublicKey

data class EmailAddressPublicKey(val publicKey: String, val keyFormat: PublicKeyFormat, val algorithm: String) : Parcelable

Representation of public key details associated with an email address in the Platform SDK.

Constructors

Link copied to clipboard
constructor(publicKey: String, keyFormat: PublicKeyFormat, algorithm: String)

Properties

Link copied to clipboard

String The algorithm to use with the public key.

Link copied to clipboard

PublicKeyFormat The format of the public key (i.e. RSA Public Key or SPKI).

Link copied to clipboard

String The raw value of the public key for the email address.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)