All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kz.greetgo.security.crypto.CryptoTrace Maven / Gradle / Ivy

The newest version!
package kz.greetgo.security.crypto;

public interface CryptoTrace {
  void trace(Object message);

  void trace(Object message, Throwable error);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy