Package org.conscrypt.ct
Class CTLogInfo
java.lang.Object
org.conscrypt.ct.CTLogInfo
Properties about a Certificate Transparency Log.
This object stores information about a CT log, its public key, description and URL.
It allows verification of SCTs against the log's public key.
-
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
public int 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
-