Interface TransparencyLog


  • @Immutable
    public interface TransparencyLog
    • Method Detail

      • getBaseUrl

        java.net.URI getBaseUrl()
      • getHashAlgorithm

        java.lang.String getHashAlgorithm()
      • getLogId

        LogId getLogId()
      • find

        static java.util.Optional<TransparencyLog> find​(java.util.List<TransparencyLog> all,
                                                        byte[] logId,
                                                        java.time.Instant time)
        Find a log by validity time and logId. This will find the first log with matching log id that was valid at the time.
        Parameters:
        logId - the logId of the log
        time - the time the log was expected to be valid
        Returns:
        the first log that was valid at time with logId logId