mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Changed the root package from net.sf.briar to org.briarproject.
This commit is contained in:
8
briar-api/src/org/briarproject/api/crypto/PublicKey.java
Normal file
8
briar-api/src/org/briarproject/api/crypto/PublicKey.java
Normal file
@@ -0,0 +1,8 @@
|
||||
package org.briarproject.api.crypto;
|
||||
|
||||
/** The public half of a public/private {@link KeyPair}. */
|
||||
public interface PublicKey {
|
||||
|
||||
/** Returns the encoded representation of this key. */
|
||||
byte[] getEncoded();
|
||||
}
|
||||
Reference in New Issue
Block a user