Class Subscription.Keys

  • Enclosing class:
    Subscription

    public static class Subscription.Keys
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      java.lang.Stringauth 
      java.lang.Stringp256dh 
    • Constructor Summary

      Constructors 
      ConstructorDescription
      Keys() 
      Keys​(java.lang.String key, java.lang.String auth) 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • p256dh

        public java.lang.String p256dh
      • auth

        public java.lang.String auth
    • Constructor Detail

      • Keys

        public Keys()
      • Keys

        public Keys​(java.lang.String key,
                    java.lang.String auth)