Uses of Class gnu.crypto.key.IncomingMessage

Uses in package gnu.crypto.key.srp6

Methods with parameter type gnu.crypto.key.IncomingMessage

OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage

Uses in package gnu.crypto.key.dh

Methods with parameter type gnu.crypto.key.IncomingMessage

OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage

Uses in package gnu.crypto.key

Methods with parameter type gnu.crypto.key.IncomingMessage

OutgoingMessage
OutgoingMessage
Processes an incoming message at one end, generating a message that will be processed by the other party(ies).
OutgoingMessage
Processes an incoming message at one end, generating a message that will be processed by the other party(ies).

Methods with return type gnu.crypto.key.IncomingMessage

IncomingMessage
Returns an instance of a message given its encoded contents, excluding the message's header bytes.

Calls the method with the same name and three arguments as: getInstance(raw, 0, raw.length).

IncomingMessage
IncomingMessage.getInstance(byte[] raw, int offset, int len)
Returns an instance of a message given its encoded contents, excluding the message's header bytes.

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.