Record Class Crypto.ParamsOfNaclBox

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfNaclBox
Record Components:
decrypted - Data that must be encrypted encoded in `base64`.
nonce - Nonce, encoded in `hex`
theirPublic - Receiver's public key - unprefixed 0-padded to 64 symbols hex string
secretKey - Sender's private key - unprefixed 0-padded to 64 symbols hex string
Enclosing class:
Crypto

public static record Crypto.ParamsOfNaclBox(String decrypted, String nonce, String theirPublic, String secretKey) extends Record