Record Class Crypto.ParamsOfNaclSign

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfNaclSign
Record Components:
unsigned - Data that must be signed encoded in `base64`.
secretKey - Signer's secret key - unprefixed 0-padded to 128 symbols hex string (concatenation of 64 symbols secret and 64 symbols public keys). See `nacl_sign_keypair_from_secret_key`.
Enclosing class:
Crypto

public static record Crypto.ParamsOfNaclSign(String unsigned, String secretKey) extends Record