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