Package 

Class BasicAndroidCRLogger

  • All Implemented Interfaces:
    com.appmattus.certificaterevocation.CRLogger

    
    public final class BasicAndroidCRLogger
     implements CRLogger
                        

    Basic logger which outputs the host name and certificate revocation 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, RevocationResult result)
      • Methods inherited from class java.lang.Object

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

      • BasicAndroidCRLogger

        BasicAndroidCRLogger(Boolean isDebugMode)