Package 

Class PublicKeySet

  • 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 class PublicKeySet.CREATOR
    • Method Summary

      Modifier and Type Method Description
      final String getPubKey() P-256 Public key, in uncompressed format, base64url encoded without padding.
      final String getAuth() Auth secret, base64url encoded without padding.
      Unit writeToParcel(Parcel parcel, Integer flags)
      Integer describeContents()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait