org.apache.cxf.rs.security.jose.jwe
Class AesWrapKeyEncryptionAlgorithm

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwe.AbstractWrapKeyEncryptionAlgorithm
      extended by org.apache.cxf.rs.security.jose.jwe.AesWrapKeyEncryptionAlgorithm
All Implemented Interfaces:
KeyEncryptionProvider

public class AesWrapKeyEncryptionAlgorithm
extends AbstractWrapKeyEncryptionAlgorithm


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

AesWrapKeyEncryptionAlgorithm

public AesWrapKeyEncryptionAlgorithm(String encodedKey,
                                     KeyAlgorithm keyAlgoJwt)

AesWrapKeyEncryptionAlgorithm

public AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
                                     KeyAlgorithm keyAlgoJwt)

AesWrapKeyEncryptionAlgorithm

public AesWrapKeyEncryptionAlgorithm(SecretKey key,
                                     KeyAlgorithm keyAlgoJwt)


Apache CXF