Package dev.sigstore.tuf.model
Interface Hashes
-
@TypeAdapters @Immutable public interface HashesThe Hash values for some given thing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSha256()SHA_256 hash of the thing.java.lang.StringgetSha512()SHA_512 hash of the thing.
-