Class AesGcmContentEncryptionAlgorithm

All Implemented Interfaces:
ContentEncryptionCipherProperties, ContentEncryptionProvider
Direct Known Subclasses:
EcdhAesGcmContentEncryptionAlgorithm

public class AesGcmContentEncryptionAlgorithm extends AbstractContentEncryptionAlgorithm
  • Constructor Details

    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(ContentAlgorithm algo)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(ContentAlgorithm algo, boolean generateCekOnce)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(String encodedCek, String encodedIv, ContentAlgorithm algo)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(String encodedCek, ContentAlgorithm algo)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(SecretKey key, ContentAlgorithm algo)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(SecretKey key, byte[] iv, ContentAlgorithm algo)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(byte[] cek, ContentAlgorithm algo)
    • AesGcmContentEncryptionAlgorithm

      public AesGcmContentEncryptionAlgorithm(byte[] cek, byte[] iv, ContentAlgorithm algo)
  • Method Details