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