Record Class Crypto.ParamsOfHash

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ParamsOfHash
Record Components:
data - Encoded with `base64`. Input data for hash calculation.
Enclosing class:
Crypto

public static record Crypto.ParamsOfHash(String data) extends Record