Package org.conscrypt.ct
Interface LogStore
-
@Internal public interface LogStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLogStore.State
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCompatVersion()LogInfogetKnownLog(byte[] logId)intgetMajorVersion()intgetMinCompatVersionAvailable()intgetMinorVersion()LogStore.StategetState()longgetTimestamp()
-
-
-
Method Detail
-
getState
LogStore.State getState()
-
getMajorVersion
int getMajorVersion()
-
getMinorVersion
int getMinorVersion()
-
getCompatVersion
int getCompatVersion()
-
getMinCompatVersionAvailable
int getMinCompatVersionAvailable()
-
getTimestamp
long getTimestamp()
-
getKnownLog
LogInfo getKnownLog(byte[] logId)
-
-