Record Class IdHash

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdHash
Record Components:
algorithm - The JCE hash algorithm name (such as "SHA-256")
hash - The ASCII-encoded hash
All Implemented Interfaces:
Serializable

public record IdHash(String algorithm, String hash) extends Record implements Serializable
The hash of an object.
See Also: