Uses of Class
com.zerodeplibs.webpush.PushMessage
-
Packages that use PushMessage Package Description com.zerodeplibs.webpush Provides the classes and interfaces implementing the key features of Web Push. -
-
Uses of PushMessage in com.zerodeplibs.webpush
Methods in com.zerodeplibs.webpush that return PushMessage Modifier and Type Method Description static PushMessagePushMessage. of(byte[] messageBytes)Creates a newPushMessagewith the given octet sequence.static PushMessagePushMessage. ofUTF8(String messageText)Creates a newPushMessagewith the given text.Methods in com.zerodeplibs.webpush with parameters of type PushMessage Modifier and Type Method Description EncryptedPushMessageMessageEncryption. encrypt(UserAgentMessageEncryptionKeyInfo userAgentMessageEncryptionKeyInfo, PushMessage pushMessage)Encrypts the givenpushMessagewith the givenuserAgentMessageEncryptionKeyInfo.
-