Record Class Crypto.ParamsOfCreateCryptoBox

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfCreateCryptoBox
Record Components:
secretEncryptionSalt - Salt used for secret encryption. For example, a mobile device can use device ID as salt.
secretKey - Cryptobox secret
Enclosing class:
Crypto

public static record Crypto.ParamsOfCreateCryptoBox(String secretEncryptionSalt, Crypto.CryptoBoxSecret secretKey) extends Record