Interface MonitoringClient


  • @Alpha
    public interface MonitoringClient
    Interface for a monitoring client which can be registered with Tink.

    A MonitoringClient is informed by Tink about certain events happening during cryptographic operations. It can be registered in the Registry.

    When a new primitive is created, the monitoring client will be called to create logger objects. These loggers are then called on each operation of the primitive.

    DO NOT USE. This API is not yet ready and may change or be removed.