public class DirectDecrypter extends Object
Supports the following JWE algorithms:
Supports the following encryption methods:
| Constructor and Description |
|---|
DirectDecrypter() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
decrypt(SecretKey key,
JWEHeader readOnlyJWEHeader,
String encodedHeader,
String encryptedKey,
String encodedIv,
String encodedCipherText,
String encodedAuthTag) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.