Record Class Crypto.ResultOfHash

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Crypto.ResultOfHash
Record Components:
hash - Encoded with 'hex'. Hash of input `data`.
Enclosing class:
Crypto

public static record Crypto.ResultOfHash(String hash) extends Record