Record Class Crypto.ParamsOfNaclBoxKeyPairFromSecret

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfNaclBoxKeyPairFromSecret
Record Components:
secretKey - Secret key - unprefixed 0-padded to 64 symbols hex string
Enclosing class:
Crypto

public static record Crypto.ParamsOfNaclBoxKeyPairFromSecret(String secretKey) extends Record