Package gnu.javax.crypto.key

Interface Summary

IKeyAgreementParty The visible methods of an key agreement protocol participating party.

Class Summary

BaseKeyAgreementParty A base abstract class to facilitate implementations of concrete key agreement protocol handlers.
GnuPBEKey An implementation of a password-based encryption key.
GnuSecretKey A secret key composed of a sequence of raw, unformatted octets.
IncomingMessage An implementation of an incoming message for use with key agreement protocols.
KeyAgreementFactory A Factory class to generate key agreement protocol handlers.
OutgoingMessage An implementation of outgoing messages for use with key agreement protocols.

Exception Summary

KeyAgreementException A generic exception indicating that an unexpected condition has been detected during the setup and/or processing of a key agreement protocol exchange.