Record Class Crypto.ParamsOfGetSigningBoxFromCryptoBox

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

public static record Crypto.ParamsOfGetSigningBoxFromCryptoBox(Long handle, String hdpath, Long secretLifetime) extends Record