Uses of Class gnu.crypto.key.KeyAgreementException

Uses in package gnu.crypto.key.srp6

Methods which throw type gnu.crypto.key.KeyAgreementException

OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
void
SRP6Host.engineInit(Map attributes)
void
SRP6TLSClient.engineInit(Map attributes)
void
SRP6TLSServer.engineInit(Map attributes)
void
SRP6User.engineInit(Map attributes)
OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
byte[]

Uses in package gnu.crypto.key.dh

Methods which throw type gnu.crypto.key.KeyAgreementException

void
void
void
ElGamalReceiver.engineInit(Map attributes)
void
ElGamalSender.engineInit(Map attributes)
OutgoingMessage
OutgoingMessage
OutgoingMessage
OutgoingMessage
byte[]
byte[]

Uses in package gnu.crypto.key

Constructors which throw type gnu.crypto.key.KeyAgreementException

Constructs an incoming message given the message's encoded form, including its header bytes.

Methods which throw type gnu.crypto.key.KeyAgreementException

void
OutgoingMessage
byte[]
int
Converts four octets into the number that they represent.
byte[]
Returns the byte array containing the shared secret as generated by this party.
byte[]
Returns the byte array containing the shared secret as generated by this party.
void
BaseKeyAgreementParty.init(Map attributes)
Sets up the instance to operate with specific attributes.
void
IKeyAgreementParty.init(Map attributes)
Sets up the instance to operate with specific attributes.
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).
BigInteger
Decodes an MPI from the current message's contents.
PrivateKey
PublicKey
String
byte[]
Returns the encoded form of the current message including the 4-byte length header.
int
Converts two octets into the number that they represent.
byte[]
Returns the encoded form of the current message excluding the 4-byte length header.
void
OutgoingMessage.writeMPI(BigInteger val)
Encodes an MPI into the message.
void
Encodes a private key into the message.
void
Encodes a public key into the message.
void
Encodes a string into the message.

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