org.mpisws.p2p.transport.peerreview.commitment
Interface AuthenticatorSerializer

All Known Implementing Classes:
AuthenticatorSerializerImpl

public interface AuthenticatorSerializer

Reads and writes Authenticators.

Author:
Jeff Hoye

Method Summary
 Authenticator deserialize(InputBuffer buf)
           
 int getSerializedSize()
           
 

Method Detail

getSerializedSize

int getSerializedSize()

deserialize

Authenticator deserialize(InputBuffer buf)
                          throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.