PublicKeySet

class PublicKeySet(val pubKey: String, val auth: String) : Parcelable

Contains Web Push (public) keys information necessary for the application server to encrypt notification for this instance, following RFC8291

Constructors

Link copied to clipboard
constructor(pubKey: String, auth: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Auth secret, base64url encoded without padding.

Link copied to clipboard

P-256 Public key, in uncompressed format, base64url encoded without padding.

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)