For the latest news and information visit The GNU Crypto project | |
Frames | No Frames |
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[] |
Methods which throw type gnu.crypto.key.KeyAgreementException | |
void | DiffieHellmanReceiver.engineInit(Map attributes) |
void | DiffieHellmanSender.engineInit(Map attributes) |
void | ElGamalReceiver.engineInit(Map attributes) |
void | ElGamalSender.engineInit(Map attributes) |
OutgoingMessage | |
OutgoingMessage | |
OutgoingMessage | |
OutgoingMessage | |
byte[] | |
byte[] |
Constructors which throw type gnu.crypto.key.KeyAgreementException | |
IncomingMessage.IncomingMessage(byte[] b) Constructs an incoming message given the message's encoded form,
including its header bytes.
|
Methods which throw type gnu.crypto.key.KeyAgreementException | |
void | BaseKeyAgreementParty.engineInit(Map attributes) |
OutgoingMessage | |
byte[] | |
int | IncomingMessage.fourBytesToLength(byte[] b) 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 | IncomingMessage.twoBytesToLength(byte[] b) 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 | OutgoingMessage.writePrivateKey(PrivateKey k) Encodes a private key into the message.
|
void | OutgoingMessage.writePublicKey(PublicKey k) Encodes a public key into the message.
|
void | OutgoingMessage.writeString(String s) Encodes a string into the message.
|