Uses of Interface
org.cojen.tupl.ext.Crypto
Packages that use Crypto
-
Uses of Crypto in org.cojen.tupl
Method parameters in org.cojen.tupl with type arguments of type CryptoModifier and TypeMethodDescriptionEnable full encryption of the data files, transaction logs, snapshots, and cache priming sets. -
Uses of Crypto in org.cojen.tupl.ext
Classes in org.cojen.tupl.ext that implement CryptoModifier and TypeClassDescriptionclass
Crypto implementation which usesCipher
and defaults to the AES algorithm.Methods in org.cojen.tupl.ext that return types with arguments of type CryptoModifier and TypeMethodDescriptionCipherCrypto.factory
(byte[] encodedKey) Construct with an existing key, which is wrapped withSecretKeySpec
, although additional keys might need to be generated.Construct with an existing key, although additional keys might need to be generated.