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