Class AesGcmContentEncryptionAlgorithm

    • Constructor Detail

      • 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,
                                                byte[] iv,
                                                ContentAlgorithm algo)
      • AesGcmContentEncryptionAlgorithm

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

        public AesGcmContentEncryptionAlgorithm​(byte[] cek,
                                                byte[] iv,
                                                ContentAlgorithm algo)