Interface RekorEntry.CheckpointSignature

  • Enclosing interface:
    RekorEntry

    @Immutable
    public static interface RekorEntry.CheckpointSignature
    • Method Detail

      • getIdentity

        java.lang.String getIdentity()
        Human readable log identity
      • getKeyHint

        byte[] getKeyHint()
        First 4 bytes of sha256 key hash as a Public Key hint.
      • getSignature

        byte[] getSignature()
        Signature over the tree head.