Interface EncryptionAdapter

All Known Implementing Classes:
Aes256GcmEncryptionAdapter, Xchacha20Poly1305EncryptionAdapter

public interface EncryptionAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] header, byte[] audio, byte[] nonce)
     
    byte[]
    encrypt(byte[] header, byte[] audio, byte[] nonce)
     
    int