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

org.whispersystems.libsignal.DecryptionCallback Maven / Gradle / Ivy

package org.whispersystems.libsignal;

public interface DecryptionCallback {
  public void handlePlaintext(byte[] plaintext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy