org.apache.cxf.rs.security.oauth2.jwe
Class RSAJweEncryption
java.lang.Object
org.apache.cxf.rs.security.oauth2.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.oauth2.jwe.WrappedKeyJweEncryption
org.apache.cxf.rs.security.oauth2.jwe.RSAJweEncryption
- All Implemented Interfaces:
- JweEncryptionProvider
public class RSAJweEncryption
- extends WrappedKeyJweEncryption
|
Constructor Summary |
RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv)
|
RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv,
int authTagLen,
boolean wrap)
|
RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv,
int authTagLen,
boolean wrap,
JwtHeadersWriter writer)
|
RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv,
JwtHeadersWriter writer)
|
RSAJweEncryption(RSAPublicKey publicKey,
SecretKey secretKey,
byte[] iv)
|
RSAJweEncryption(RSAPublicKey publicKey,
SecretKey secretKey,
String secretKeyJwtAlgorithm,
byte[] iv)
|
RSAJweEncryption(RSAPublicKey publicKey,
String contentEncryptionAlgo)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
String contentEncryptionAlgo)
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv)
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
SecretKey secretKey,
String secretKeyJwtAlgorithm,
byte[] iv)
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
SecretKey secretKey,
byte[] iv)
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv,
int authTagLen,
boolean wrap)
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv,
JwtHeadersWriter writer)
RSAJweEncryption
public RSAJweEncryption(RSAPublicKey publicKey,
JweHeaders headers,
byte[] cek,
byte[] iv,
int authTagLen,
boolean wrap,
JwtHeadersWriter writer)
Apache CXF