|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.AesWrapKeyEncryptionAlgorithm
public class AesWrapKeyEncryptionAlgorithm
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm |
|---|
LOG |
| Constructor Summary | |
|---|---|
AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
KeyAlgorithm keyAlgoJwt)
|
|
AesWrapKeyEncryptionAlgorithm(SecretKey key,
KeyAlgorithm keyAlgoJwt)
|
|
AesWrapKeyEncryptionAlgorithm(String encodedKey,
KeyAlgorithm keyAlgoJwt)
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm |
|---|
checkAlgorithm, checkAlgorithms, getAlgorithm, getAlgorithmParameterSpec, getContentEncryptionAlgoJava, getEncryptedContentEncryptionKey, getKeyEncryptionAlgoJava |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AesWrapKeyEncryptionAlgorithm(String encodedKey,
KeyAlgorithm keyAlgoJwt)
public AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
KeyAlgorithm keyAlgoJwt)
public AesWrapKeyEncryptionAlgorithm(SecretKey key,
KeyAlgorithm keyAlgoJwt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||