org.apache.cxf.rs.security.jose.jwe
Class AesWrapKeyEncryptionAlgorithm
java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
org.apache.cxf.rs.security.jose.jwe.AesWrapKeyEncryptionAlgorithm
- All Implemented Interfaces:
- KeyEncryptionAlgorithm
public class AesWrapKeyEncryptionAlgorithm
- extends AbstractWrapKeyEncryptionAlgorithm
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AesWrapKeyEncryptionAlgorithm
public AesWrapKeyEncryptionAlgorithm(String encodedKey,
String keyAlgoJwt)
AesWrapKeyEncryptionAlgorithm
public AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
String keyAlgoJwt)
AesWrapKeyEncryptionAlgorithm
public AesWrapKeyEncryptionAlgorithm(SecretKey key,
String keyAlgoJwt)
Apache CXF