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