Record Class Crypto.ParamsOfNaclBoxOpen

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

public static record Crypto.ParamsOfNaclBoxOpen(String encrypted, String nonce, String theirPublic, String secretKey) extends Record