mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
7 lines
108 B
Java
7 lines
108 B
Java
package org.briarproject.api.keyagreement;
|
|
|
|
public interface PayloadEncoder {
|
|
|
|
byte[] encode(Payload p);
|
|
}
|