Class AesEncrypter

java.lang.Object
com.gigaspaces.security.encoding.aes.AesEncrypter
Direct Known Subclasses:
AesContentEncoder

public class AesEncrypter extends Object
AES is a federal standard for private-key or symmetric cryptography. It supports combinations of key and block sizes of 128, 192, and 256.
Since:
7.0.1
Author:
Moran Avigdor
  • Constructor Details

    • AesEncrypter

      public AesEncrypter(SecretKey key)
      Constructs an AES Encrypter instance with the provided secret key.
      Parameters:
      key - a secret key to use to construct the Ciphers needed to encrypt and decrypt.