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:
KeyEncryptionAlgorithm

public class AesWrapKeyEncryptionAlgorithm
extends AbstractWrapKeyEncryptionAlgorithm


Constructor Summary
AesWrapKeyEncryptionAlgorithm(byte[] keyBytes, String keyAlgoJwt)
           
AesWrapKeyEncryptionAlgorithm(SecretKey key, String keyAlgoJwt)
           
AesWrapKeyEncryptionAlgorithm(String encodedKey, String 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,
                                     String keyAlgoJwt)

AesWrapKeyEncryptionAlgorithm

public AesWrapKeyEncryptionAlgorithm(byte[] keyBytes,
                                     String keyAlgoJwt)

AesWrapKeyEncryptionAlgorithm

public AesWrapKeyEncryptionAlgorithm(SecretKey key,
                                     String keyAlgoJwt)


Apache CXF