Class CTLogInfo
java.lang.Object
org.conscrypt.ct.CTLogInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logId
private final byte[] logId -
publicKey
-
description
-
url
-
-
Constructor Details
-
CTLogInfo
-
-
Method Details
-
getID
public byte[] getID()Get the log's ID, that is the SHA-256 hash of it's public key -
getPublicKey
-
getDescription
-
getUrl
-
equals
-
hashCode
-
verifySingleSCT
Verify the signature of a signed certificate timestamp for the given certificate entry against the log's public key.- Returns:
- the result of the verification
-