Class AesEncrypter
java.lang.Object
com.gigaspaces.security.encoding.aes.AesEncrypter
- Direct Known Subclasses:
AesContentEncoder
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 Summary
ConstructorsConstructorDescriptionAesEncrypter(SecretKey key) Constructs an AES Encrypter instance with the provided secret key. -
Method Summary
-
Constructor Details
-
AesEncrypter
Constructs an AES Encrypter instance with the provided secret key.- Parameters:
key- a secret key to use to construct theCiphers needed to encrypt and decrypt.
-