LogListSignatureVerifier

Verifies the digital signature of a CT log list JSON file. The log list is signed by Google using ECDSA with the key in GoogleLogListPublicKey.

Constructors

Link copied to clipboard
constructor(cryptoVerifier: CryptoVerifier)

Functions

Link copied to clipboard
fun verify(jsonBytes: ByteArray, signatureBytes: ByteArray): Boolean

Verify the signature of a log list JSON.