Uses of Class
com.zerodeplibs.webpush.UserAgentMessageEncryptionKeyInfo
-
Packages that use UserAgentMessageEncryptionKeyInfo Package Description com.zerodeplibs.webpush Provides the classes and interfaces implementing the key features of Web Push. -
-
Uses of UserAgentMessageEncryptionKeyInfo in com.zerodeplibs.webpush
Methods in com.zerodeplibs.webpush that return UserAgentMessageEncryptionKeyInfo Modifier and Type Method Description static UserAgentMessageEncryptionKeyInfoUserAgentMessageEncryptionKeyInfo. from(PushSubscription.Keys subscriptionKeys)Creates a newUserAgentMessageEncryptionKeyInfofrom aPushSubscription's 'keys' field.static UserAgentMessageEncryptionKeyInfoUserAgentMessageEncryptionKeyInfo. of(byte[] p256dh, byte[] auth)Creates a newUserAgentMessageEncryptionKeyInfowith the given p256dh and the auth.static UserAgentMessageEncryptionKeyInfoUserAgentMessageEncryptionKeyInfo. of(String p256dh, String auth)Creates a newUserAgentMessageEncryptionKeyInfowith the given p256dh and auth.Methods in com.zerodeplibs.webpush with parameters of type UserAgentMessageEncryptionKeyInfo Modifier and Type Method Description EncryptedPushMessageMessageEncryption. encrypt(UserAgentMessageEncryptionKeyInfo userAgentMessageEncryptionKeyInfo, PushMessage pushMessage)Encrypts the givenpushMessagewith the givenuserAgentMessageEncryptionKeyInfo.
-