Record Class Crypto.ParamsOfNaclSecretBox

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfNaclSecretBox
Record Components:
decrypted - Encoded with `base64`. Data that must be encrypted.
nonce - Nonce in `hex`
key - Secret key - unprefixed 0-padded to 64 symbols hex string
Enclosing class:
Crypto

public static record Crypto.ParamsOfNaclSecretBox(String decrypted, String nonce, String key) extends Record