SymmetricCryptoFactory
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
An implementation of "AES" Cipher. Prefer aesGcmCrypto for any new usage, which will not produce repeatable encryptions.
An implementation of "AES" Cipher. Prefer aesGcmCrypto for any new usage, which will not produce repeatable encryptions.
Attributes
An implementation of "AES" Cipher. Prefer aesGcmCryptoFromConfig for any new usage, which will not produce repeatable encryptions.
An implementation of "AES" Cipher. Prefer aesGcmCryptoFromConfig for any new usage, which will not produce repeatable encryptions.
Attributes
An implementation of "AES" Cipher, with "GCM" algorithm. You can provide your own associated data when encrypting/decrypting.
An implementation of "AES" Cipher, with "GCM" algorithm. You can provide your own associated data when encrypting/decrypting.
Attributes
An implementation of "AES" Cipher, with "GCM" algorithm. Note, the associated data is always set to an empty array. Use aesGcmAdCrypto if you want to provide your own associated data.
An implementation of "AES" Cipher, with "GCM" algorithm. Note, the associated data is always set to an empty array. Use aesGcmAdCrypto if you want to provide your own associated data.
Attributes
Composes a current crypto for encryption and decryption, along with any previous decrypters. This enables changing the crypto alorithm/secret key while still being able to decrypt any previously encrypted data.
Composes a current crypto for encryption and decryption, along with any previous decrypters. This enables changing the crypto alorithm/secret key while still being able to decrypt any previously encrypted data.
Attributes
Composes a current crypto for encryption and decryption, along with any previous decrypters. This enables changing the crypto alorithm/secret key while still being able to decrypt any previously encrypted data.
Composes a current crypto for encryption and decryption, along with any previous decrypters. This enables changing the crypto alorithm/secret key while still being able to decrypt any previously encrypted data.