public class RSADecrypter extends Object
Supports the following JWE algorithms:
Supports the following encryption methods:
RSADecrypter()
static byte[]
decrypt(JWEHeader readOnlyJWEHeader, String encodedHeader, String encodedEncryptedKey, String encodedIv, String encodedCipherText, String encodedAuthTag, RSAPrivateKey privateKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RSADecrypter()
public static byte[] decrypt(JWEHeader readOnlyJWEHeader, String encodedHeader, String encodedEncryptedKey, String encodedIv, String encodedCipherText, String encodedAuthTag, RSAPrivateKey privateKey)
Copyright © 2015 JBoss by Red Hat. All rights reserved.