- savePrivateKey(ECPrivateKey) - Static method in class nl.martijndwars.webpush.Utils
-
- savePublicKey(ECPublicKey) - Static method in class nl.martijndwars.webpush.Utils
-
Get the uncompressed encoding of the public key point.
- send(Notification) - Method in class nl.martijndwars.webpush.PushService
-
Send a notification and wait for the response.
- sendAsync(Notification) - Method in class nl.martijndwars.webpush.PushService
-
Send a notification, but don't wait for the response.
- setGcmApiKey(String) - Method in class nl.martijndwars.webpush.PushService
-
Set the Google Cloud Messaging (GCM) API key
- setKeyPair(KeyPair) - Method in class nl.martijndwars.webpush.PushService
-
Set the public and private key (for VAPID).
- setPrivateKey(PrivateKey) - Method in class nl.martijndwars.webpush.PushService
-
Set the private key (for VAPID)
- setPublicKey(PublicKey) - Method in class nl.martijndwars.webpush.PushService
-
Set the public key (for VAPID)
- setSubject(String) - Method in class nl.martijndwars.webpush.PushService
-
Set the JWT subject (for VAPID)
- Subscription - Class in nl.martijndwars.webpush
-
- Subscription() - Constructor for class nl.martijndwars.webpush.Subscription
-
- Subscription.Keys - Class in nl.martijndwars.webpush
-