Class CTLogInfo


  • @Internal
    public class CTLogInfo
    extends Object
    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.
    • 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()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object