Uses of Enum Class
de.svenkubiak.webpush4j.enums.Encoding
Packages that use Encoding
-
Uses of Encoding in de.svenkubiak.webpush4j
Methods in de.svenkubiak.webpush4j with parameters of type EncodingModifier and TypeMethodDescriptionbyte[]Decrypt the payload.byte[]HttpEce.decryptRecord(byte[] ciphertext, byte[] key, byte[] nonce, Encoding version) byte[][]HttpEce.deriveKeyAndNonce(byte[] salt, byte[] key, String keyId, org.bouncycastle.jce.interfaces.ECPublicKey dh, byte[] authSecret, Encoding version, int mode) byte[]HttpEce.encrypt(byte[] plaintext, byte[] salt, byte[] privateKey, String keyid, org.bouncycastle.jce.interfaces.ECPublicKey dh, byte[] authSecret, Encoding version) Encrypt the given plaintext.static EncryptedWebPush.encrypt(byte[] payload, org.bouncycastle.jce.interfaces.ECPublicKey userPublicKey, byte[] userAuth, Encoding encoding) Encrypt the payload.protected final HttpRequestWebPush.prepareRequest(Notification notification, Encoding encoding) -
Uses of Encoding in de.svenkubiak.webpush4j.enums
Methods in de.svenkubiak.webpush4j.enums that return Encoding