Uses of Interface
com.zerodeplibs.webpush.jwt.VAPIDJWTGenerator
-
Packages that use VAPIDJWTGenerator Package Description com.zerodeplibs.webpush Provides the classes and interfaces implementing the key features of Web Push.com.zerodeplibs.webpush.jwt Provides the classes and interfaces used to generate JSON Web Token (JWT) for the Voluntary Application Server Identification (VAPID). -
-
Uses of VAPIDJWTGenerator in com.zerodeplibs.webpush
Method parameters in com.zerodeplibs.webpush with type arguments of type VAPIDJWTGenerator Modifier and Type Method Description static VAPIDKeyPairVAPIDKeyPairs. of(PrivateKeySource privateKeySource, PublicKeySource publicKeySource, BiFunction<ECPrivateKey,ECPublicKey,VAPIDJWTGenerator> jwtGeneratorFactory)Creates a newVAPIDKeyPairwith the given private key source, the given public key source and the given factory forVAPIDJWTGenerator. -
Uses of VAPIDJWTGenerator in com.zerodeplibs.webpush.jwt
Methods in com.zerodeplibs.webpush.jwt that return VAPIDJWTGenerator Modifier and Type Method Description VAPIDJWTGeneratorDefaultVAPIDJWTGeneratorFactory. create(ECPrivateKey privateKey, ECPublicKey publicKey)Creates a newVAPIDJWTGeneratorwith the given private key and public key.VAPIDJWTGeneratorVAPIDJWTGeneratorFactory. create(ECPrivateKey privateKey, ECPublicKey publicKey)Creates a newVAPIDJWTGeneratorwith the given private key and public key.
-