Package dev.sigstore.bundle
Interface Bundle.MessageDigest
-
- Enclosing class:
- Bundle
@Immutable public static interface Bundle.MessageDigest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getDigest()The raw bytes of the digest computer using the hashing algorithm described bygetHashAlgorithm()Bundle.HashAlgorithmgetHashAlgorithm()The algorithm used to compute the digest.
-
-
-
Method Detail
-
getHashAlgorithm
Bundle.HashAlgorithm getHashAlgorithm()
The algorithm used to compute the digest.
-
getDigest
byte[] getDigest()
The raw bytes of the digest computer using the hashing algorithm described bygetHashAlgorithm()
-
-