Seal
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Seal
Seal - Core
/
com.jermey.seal.core.model
/
LogId
Log
Id
data
class
LogId
(
val
keyId
:
ByteArray
)
(
source
)
Represents a CT Log ID — the SHA-256 hash of the log's public key (32 bytes).
Members
Constructors
Log
Id
Link copied to clipboard
constructor
(
keyId
:
ByteArray
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String