Package org.conscrypt.ct
Class CTLogInfo
- java.lang.Object
-
- org.conscrypt.ct.CTLogInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetDescription()byte[]getID()Get the log's ID, that is the SHA-256 hash of it's public keyPublicKeygetPublicKey()StringgetUrl()inthashCode()VerifiedSCT.StatusverifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry)Verify the signature of a signed certificate timestamp for the given certificate entry against the log's public key.
-
-
-
Method Detail
-
getID
public byte[] getID()
Get the log's ID, that is the SHA-256 hash of it's public key
-
getPublicKey
public PublicKey getPublicKey()
-
getDescription
public String getDescription()
-
getUrl
public String getUrl()
-
verifySingleSCT
public VerifiedSCT.Status verifySingleSCT(SignedCertificateTimestamp sct, CertificateEntry entry)
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
-
-