net.sf.briar.api.protocol
Interface AuthorFactory


public interface AuthorFactory


Method Summary
 Author createAuthor(AuthorId id, java.lang.String name, byte[] publicKey)
           
 Author createAuthor(java.lang.String name, byte[] publicKey)
           
 

Method Detail

createAuthor

Author createAuthor(java.lang.String name,
                    byte[] publicKey)
                    throws java.io.IOException
Throws:
java.io.IOException

createAuthor

Author createAuthor(AuthorId id,
                    java.lang.String name,
                    byte[] publicKey)