Uses of Class
com.zerodeplibs.webpush.jwt.VAPIDJWTParam
-
Packages that use VAPIDJWTParam 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 VAPIDJWTParam in com.zerodeplibs.webpush
Methods in com.zerodeplibs.webpush with parameters of type VAPIDJWTParam Modifier and Type Method Description StringVAPIDKeyPair. generateAuthorizationHeaderValue(VAPIDJWTParam jwtParam)Generates a credential(that uses 'vapid' authentication scheme) used to set an Authorization header field when requesting the delivery of a push message. -
Uses of VAPIDJWTParam in com.zerodeplibs.webpush.jwt
Methods in com.zerodeplibs.webpush.jwt that return VAPIDJWTParam Modifier and Type Method Description VAPIDJWTParamVAPIDJWTParam.Builder. build()Creates a newVAPIDJWTParam.VAPIDJWTParamVAPIDJWTParam.Builder. buildWithDefault()Creates a newVAPIDJWTParam.Methods in com.zerodeplibs.webpush.jwt with parameters of type VAPIDJWTParam Modifier and Type Method Description StringVAPIDJWTGenerator. generate(VAPIDJWTParam param)Generates a JWT used for VAPID.
-