For the latest news and information visit
The GNU Crypto project

Uses of Class
gnu.crypto.key.IncomingMessage

Packages that use IncomingMessage
gnu.crypto.key Provides a basic API for algorithms to generate Public/Private keypairs, and Key Agreement schemes.  
gnu.crypto.key.dh   
gnu.crypto.key.srp6   
 

Uses of IncomingMessage in gnu.crypto.key
 

Methods in gnu.crypto.key that return IncomingMessage
static IncomingMessage IncomingMessage.getInstance(byte[] raw)
          Returns an instance of a message given its encoded contents, excluding the message's header bytes.
static 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.
 

Methods in gnu.crypto.key with parameters of type IncomingMessage
 OutgoingMessage BaseKeyAgreementParty.processMessage(IncomingMessage in)
           
protected abstract  OutgoingMessage BaseKeyAgreementParty.engineProcessMessage(IncomingMessage in)
           
 OutgoingMessage IKeyAgreementParty.processMessage(IncomingMessage in)
          Processes an incoming message at one end, generating a message that will be processed by the other party(ies).
 

Uses of IncomingMessage in gnu.crypto.key.dh
 

Methods in gnu.crypto.key.dh with parameters of type IncomingMessage
protected  OutgoingMessage ElGamalReceiver.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage ElGamalSender.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage DiffieHellmanSender.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage DiffieHellmanReceiver.engineProcessMessage(IncomingMessage in)
           
 

Uses of IncomingMessage in gnu.crypto.key.srp6
 

Methods in gnu.crypto.key.srp6 with parameters of type IncomingMessage
protected  OutgoingMessage SRP6TLSServer.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage SRP6TLSServer.computeSharedSecret(IncomingMessage in)
           
protected  OutgoingMessage SRP6SaslServer.computeSharedSecret(IncomingMessage in)
           
protected  OutgoingMessage SRP6Host.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage SRP6User.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage SRP6TLSClient.engineProcessMessage(IncomingMessage in)
           
protected  OutgoingMessage SRP6TLSClient.computeSharedSecret(IncomingMessage in)
           
protected  OutgoingMessage SRP6SaslClient.computeSharedSecret(IncomingMessage in)
           
 


For the latest news and information visit
The GNU Crypto project

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