This is the complete list of members for org.turro.push.service.HttpEce, including all inherited members.
buildInfo(String type, byte[] context) | org.turro.push.service.HttpEce | protectedstatic |
combinedLength(byte[]... arrays) | org.turro.push.service.HttpEce | static |
concat(byte[]... arrays) | org.turro.push.service.HttpEce | static |
decrypt(byte[] payload, byte[] salt, byte[] key, String keyid, Encoding version) | org.turro.push.service.HttpEce | |
decryptRecord(byte[] ciphertext, byte[] key, byte[] nonce, Encoding version) | org.turro.push.service.HttpEce | |
deriveKeyAndNonce(byte[] salt, byte[] key, String keyId, ECPublicKey dh, byte[] authSecret, Encoding version, int mode) | org.turro.push.service.HttpEce | |
encrypt(byte[] plaintext, byte[] salt, byte[] privateKey, String keyid, ECPublicKey dh, byte[] authSecret, Encoding version) | org.turro.push.service.HttpEce | |
extractSecretAndContext(byte[] key, String keyId, ECPublicKey dh, byte[] authSecret) | org.turro.push.service.HttpEce | |
hkdfExpand(byte[] ikm, byte[] salt, byte[] info, int length) | org.turro.push.service.HttpEce | protectedstatic |
HttpEce() | org.turro.push.service.HttpEce | |
HttpEce(Map< String, KeyPair > keys, Map< String, String > labels) | org.turro.push.service.HttpEce | |
KEY_LENGTH | org.turro.push.service.HttpEce | static |
parseHeader(byte[] payload) | org.turro.push.service.HttpEce | |
SHA_256_LENGTH | org.turro.push.service.HttpEce | static |
TAG_SIZE | org.turro.push.service.HttpEce | static |
toByteArray(int integer, int size) | org.turro.push.service.HttpEce | static |
TWO_BYTE_MAX | org.turro.push.service.HttpEce | static |
WEB_PUSH_INFO | org.turro.push.service.HttpEce | static |
webpushSecret(String keyId, ECPublicKey dh, byte[] authSecret, int mode) | org.turro.push.service.HttpEce |