Package dev.sigstore.rekor.client
Interface RekorEntry.Verification
-
- Enclosing interface:
- RekorEntry
@Immutable public static interface RekorEntry.VerificationA class representing verification information for a log entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RekorEntry.InclusionProofgetInclusionProof()Return the inclusion proof.java.lang.StringgetSignedEntryTimestamp()Return the signed entry timestamp.
-
-
-
Method Detail
-
getSignedEntryTimestamp
@Nullable java.lang.String getSignedEntryTimestamp()
Return the signed entry timestamp.
-
getInclusionProof
RekorEntry.InclusionProof getInclusionProof()
Return the inclusion proof.
-
-