|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.rs.security.oauth2.jwe.AbstractJweEncryption
org.apache.cxf.rs.security.oauth2.jwe.DirectKeyJweEncryption
public class DirectKeyJweEncryption
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.rs.security.oauth2.jwe.AbstractJweEncryption |
|---|
DEFAULT_AUTH_TAG_LENGTH, DEFAULT_IV_SIZE |
| Constructor Summary | |
|---|---|
DirectKeyJweEncryption(JweHeaders headers,
byte[] cek,
byte[] iv)
|
|
DirectKeyJweEncryption(JweHeaders headers,
byte[] cek,
byte[] iv,
int authTagLen)
|
|
DirectKeyJweEncryption(SecretKey cek,
byte[] iv)
|
|
| Method Summary | |
|---|---|
protected byte[] |
getEncryptedContentEncryptionKey(byte[] theCek)
|
| Methods inherited from class org.apache.cxf.rs.security.oauth2.jwe.AbstractJweEncryption |
|---|
createJweEncryption, encrypt, getAuthTagLen, getContentEncryptionAlgoJava, getContentEncryptionAlgoJwt, getContentEncryptionCipherInitVector, getContentEncryptionCipherSpec, getContentEncryptionKey, getJweHeaders |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectKeyJweEncryption(SecretKey cek,
byte[] iv)
public DirectKeyJweEncryption(JweHeaders headers,
byte[] cek,
byte[] iv)
public DirectKeyJweEncryption(JweHeaders headers,
byte[] cek,
byte[] iv,
int authTagLen)
| Method Detail |
|---|
protected byte[] getEncryptedContentEncryptionKey(byte[] theCek)
getEncryptedContentEncryptionKey in class AbstractJweEncryption
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||