Uses of Interface
com.zerodeplibs.webpush.VAPIDKeyPair
-
Packages that use VAPIDKeyPair Package Description com.zerodeplibs.webpush Provides the classes and interfaces implementing the key features of Web Push.com.zerodeplibs.webpush.httpclient Provides classes that help applications make HTTP requests for the delivery of push messages. -
-
Uses of VAPIDKeyPair in com.zerodeplibs.webpush
Methods in com.zerodeplibs.webpush that return VAPIDKeyPair Modifier and Type Method Description static VAPIDKeyPairVAPIDKeyPairs. of(PrivateKeySource privateKeySource, PublicKeySource publicKeySource)Creates a newVAPIDKeyPairwith the given private key source and the given public key source.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 VAPIDKeyPair in com.zerodeplibs.webpush.httpclient
Methods in com.zerodeplibs.webpush.httpclient with parameters of type VAPIDKeyPair Modifier and Type Method Description TPreparerBuilder. build(VAPIDKeyPair vapidKeyPair)Creates a new "Preparer" by constructing aPreparerBuilder.RequestPreparationInfoand then callingPreparerBuilder.buildInternal(RequestPreparationInfo).
-