Package dev.sigstore.bundle
Interface Bundle.MessageDigest
- Enclosing class:
- Bundle
@Immutable
public static interface Bundle.MessageDigest
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
The raw bytes of the digest computer using the hashing algorithm described bygetHashAlgorithm()
The algorithm used to compute the digest.
-
Method Details
-
getHashAlgorithm
AlgorithmRegistry.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()
-