Uses of Package
com.zerodeplibs.webpush.jwt
-
Packages that use com.zerodeplibs.webpush.jwt 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). -
Classes in com.zerodeplibs.webpush.jwt used by com.zerodeplibs.webpush Class Description VAPIDJWTGenerator The interface to a generator that generates JSON Web Token (JWT) used for the Voluntary Application Server Identification (VAPID).VAPIDJWTParam This class represents parameters for generating JSON Web Token (JWT) used for the Voluntary Application Server Identification (VAPID). -
Classes in com.zerodeplibs.webpush.jwt used by com.zerodeplibs.webpush.jwt Class Description VAPIDJWTCreationException Wraps checked exceptions that may occur when a JWT for VAPID is being created.VAPIDJWTGenerator The interface to a generator that generates JSON Web Token (JWT) used for the Voluntary Application Server Identification (VAPID).VAPIDJWTGeneratorFactory Implementations of this interface provide the functionality for creatingVAPIDJWTGenerator.VAPIDJWTParam This class represents parameters for generating JSON Web Token (JWT) used for the Voluntary Application Server Identification (VAPID).VAPIDJWTParam.Builder The builder class forVAPIDJWTParam.