org.whispersystems.libaxolotl.DecryptionCallback Maven / Gradle / Ivy
package org.whispersystems.libaxolotl;
public interface DecryptionCallback {
public void handlePlaintext(byte[] plaintext);
}
package org.whispersystems.libaxolotl;
public interface DecryptionCallback {
public void handlePlaintext(byte[] plaintext);
}