Package 

Class BasicAndroidCTLogger

  • All Implemented Interfaces:
    com.appmattus.certificatetransparency.CTLogger

    
    public final class BasicAndroidCTLogger
     implements CTLogger
                        

    Basic logger which outputs the host name and certificate transparency results.

    NOTE: This data could be considered sensitive data. Please ensure you review your usage.

    • Method Summary

      Modifier and Type Method Description
      Unit log(String host, VerificationResult result)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BasicAndroidCTLogger

        BasicAndroidCTLogger(Boolean isDebugMode)