Class AbstractContentEncryptionAlgorithm

java.lang.Object
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionCipherProperties
org.apache.cxf.rs.security.jose.jwe.AbstractContentEncryptionAlgorithm
All Implemented Interfaces:
ContentEncryptionCipherProperties, ContentEncryptionProvider
Direct Known Subclasses:
AesCbcContentEncryptionAlgorithm, AesGcmContentEncryptionAlgorithm

public abstract class AbstractContentEncryptionAlgorithm extends AbstractContentEncryptionCipherProperties implements ContentEncryptionProvider
  • Constructor Details

    • AbstractContentEncryptionAlgorithm

      protected AbstractContentEncryptionAlgorithm(ContentAlgorithm algo, boolean generateCekOnce)
    • AbstractContentEncryptionAlgorithm

      protected AbstractContentEncryptionAlgorithm(byte[] cek, byte[] iv, ContentAlgorithm algo)
  • Method Details