Record Class Crypto.ParamsOfGetEncryptionBoxFromCryptoBox

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfGetEncryptionBoxFromCryptoBox
Record Components:
handle - Crypto Box Handle.
hdpath - By default, Everscale HD path is used. HD key derivation path.
algorithm - Encryption algorithm.
secretLifetime - Store derived secret for encryption algorithm for this lifetime (in ms). The timer starts after each encryption box operation. Secrets will be deleted (overwritten with zeroes) after each encryption operation, if this value is not set.
Enclosing class:
Crypto

public static record Crypto.ParamsOfGetEncryptionBoxFromCryptoBox(Long handle, String hdpath, Crypto.BoxEncryptionAlgorithm algorithm, Long secretLifetime) extends Record