-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class PublicKeySet implements Parcelable
Contains Web Push (public) keys information necessary for the application server to encrypt notification for this instance, following RFC8291
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPublicKeySet.CREATOR
-
Constructor Summary
Constructors Constructor Description PublicKeySet(String pubKey, String auth)
-
Method Summary
Modifier and Type Method Description final StringgetPubKey()P-256 Public key, in uncompressed format, base64url encoded without padding. final StringgetAuth()Auth secret, base64url encoded without padding. UnitwriteToParcel(Parcel parcel, Integer flags)IntegerdescribeContents()-
-
Method Detail
-
getPubKey
final String getPubKey()
P-256 Public key, in uncompressed format, base64url encoded without padding.
-
writeToParcel
Unit writeToParcel(Parcel parcel, Integer flags)
-
describeContents
Integer describeContents()
-
-
-
-