mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Create Message encoder, parser and validator for remote wipe
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package org.briarproject.briar.api.remotewipe;
|
||||
|
||||
public interface MessageEncoder {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package org.briarproject.briar.api.remotewipe;
|
||||
|
||||
public interface MessageParser {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package org.briarproject.briar.remotewipe;
|
||||
|
||||
public class MessageEncoderImpl {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package org.briarproject.briar.remotewipe;
|
||||
|
||||
public class MessageParserImpl {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package org.briarproject.briar.remotewipe;
|
||||
|
||||
public class RemoteWipeValidator {
|
||||
}
|
||||
Reference in New Issue
Block a user