Uses of Interface
com.zerodeplibs.webpush.EncryptedPushMessage
-
Packages that use EncryptedPushMessage 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 EncryptedPushMessage in com.zerodeplibs.webpush
Methods in com.zerodeplibs.webpush that return EncryptedPushMessage Modifier and Type Method Description EncryptedPushMessageMessageEncryption. encrypt(UserAgentMessageEncryptionKeyInfo userAgentMessageEncryptionKeyInfo, PushMessage pushMessage)Encrypts the givenpushMessagewith the givenuserAgentMessageEncryptionKeyInfo. -
Uses of EncryptedPushMessage in com.zerodeplibs.webpush.httpclient
Methods in com.zerodeplibs.webpush.httpclient that return types with arguments of type EncryptedPushMessage Modifier and Type Method Description Optional<EncryptedPushMessage>PreparerBuilder.RequestPreparationInfo. getEncryptedPushMessage()Gets theEncryptedPushMessage.
-