Class AesWrapKeyEncryptionAlgorithm

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

public class AesWrapKeyEncryptionAlgorithm extends AbstractWrapKeyEncryptionAlgorithm
  • Constructor Details

    • AesWrapKeyEncryptionAlgorithm

      public AesWrapKeyEncryptionAlgorithm(String encodedKey, KeyAlgorithm keyAlgoJwt)
    • AesWrapKeyEncryptionAlgorithm

      public AesWrapKeyEncryptionAlgorithm(byte[] keyBytes, KeyAlgorithm keyAlgoJwt)
    • AesWrapKeyEncryptionAlgorithm

      public AesWrapKeyEncryptionAlgorithm(SecretKey key, KeyAlgorithm keyAlgoJwt)