Record Class Crypto.ResultOfScrypt

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfScrypt
Record Components:
key - Encoded with `hex`. Derived key.
Enclosing class:
Crypto

public static record Crypto.ResultOfScrypt(String key) extends Record