Package dev.sigstore.rekor.client
Interface RekorEntry.CheckpointSignature
-
- Enclosing interface:
- RekorEntry
@Immutable public static interface RekorEntry.CheckpointSignature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()Human readable log identitybyte[]getKeyHint()First 4 bytes of sha256 key hash as a Public Key hint.byte[]getSignature()Signature over the tree head.
-