- valueOf(String) - Static method in enum nl.martijndwars.webpush.Encoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nl.martijndwars.webpush.Urgency
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nl.martijndwars.webpush.Encoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum nl.martijndwars.webpush.Urgency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vapidEnabled() - Method in class nl.martijndwars.webpush.AbstractPushService
-
Check if VAPID is enabled
- verifyKeyPair(PrivateKey, PublicKey) - Static method in class nl.martijndwars.webpush.Utils
-
Verify that the private key belongs to the public key.