| Package | Description |
|---|---|
| org.jose4j.jwe |
| Modifier and Type | Method and Description |
|---|---|
ContentEncryptionParts |
AesGcmContentEncryptionAlgorithm.encrypt(byte[] plaintext,
byte[] aad,
byte[] contentEncryptionKey,
byte[] iv) |
ContentEncryptionParts |
ContentEncryptionAlgorithm.encrypt(byte[] plaintext,
byte[] aad,
byte[] contentEncryptionKey,
Headers headers,
byte[] ivOverride) |
ContentEncryptionParts |
AesGcmContentEncryptionAlgorithm.encrypt(byte[] plaintext,
byte[] aad,
byte[] contentEncryptionKey,
Headers headers,
byte[] ivOverride) |
ContentEncryptionParts |
AesCbcHmacSha2ContentEncryptionAlgorithm.encrypt(byte[] plaintext,
byte[] aad,
byte[] contentEncryptionKey,
Headers headers,
byte[] ivOverride) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
ContentEncryptionAlgorithm.decrypt(ContentEncryptionParts contentEncryptionParts,
byte[] aad,
byte[] contentEncryptionKey,
Headers headers) |
byte[] |
AesGcmContentEncryptionAlgorithm.decrypt(ContentEncryptionParts contentEncParts,
byte[] aad,
byte[] contentEncryptionKey,
Headers headers) |
byte[] |
AesCbcHmacSha2ContentEncryptionAlgorithm.decrypt(ContentEncryptionParts contentEncryptionParts,
byte[] aad,
byte[] contentEncryptionKey,
Headers headers) |
Copyright © 2015. All rights reserved.