@Alpha public interface MonitoringClient
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.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MonitoringClient.Logger
Interface that logs specific API calls of a specific primitive.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringClient.Logger |
createLogger(MonitoringKeysetInfo keysetInfo,
String primitive,
String api)
Function that creates Logger objects.
|
MonitoringClient.Logger createLogger(MonitoringKeysetInfo keysetInfo, String primitive, String api)