For the latest news and information visit
The GNU Crypto project

Uses of Package
gnu.crypto.key

Packages that use gnu.crypto.key
gnu.crypto.jce.sig   
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.dss   
gnu.crypto.key.rsa   
gnu.crypto.key.srp6   
 

Classes in gnu.crypto.key used by gnu.crypto.jce.sig
IKeyPairGenerator
          The visible methods of every asymmetric keypair generator.
 

Classes in gnu.crypto.key used by gnu.crypto.key
IKeyAgreementParty
          The visible methods of an key agreement protocol participating party.
IKeyPairCodec
          The visible methods of an object that knows how to encode and decode cryptographic asymmetric keypairs.
IKeyPairGenerator
          The visible methods of every asymmetric keypair generator.
IncomingMessage
          An implementation of an incoming message for use with key agreement protocols.
KeyAgreementException
          A generic exception indicating that an unexpected condition has been detected during the setup and/or processing of a key agreement protocol exchange.
OutgoingMessage
          An implementation of outgoing messages for use with key agreement protocols.
 

Classes in gnu.crypto.key used by gnu.crypto.key.dh
BaseKeyAgreementParty
          A base abstract class to facilitate implementations of concrete key agreement protocol handlers.
IKeyAgreementParty
          The visible methods of an key agreement protocol participating party.
IKeyPairCodec
          The visible methods of an object that knows how to encode and decode cryptographic asymmetric keypairs.
IKeyPairGenerator
          The visible methods of every asymmetric keypair generator.
IncomingMessage
          An implementation of an incoming message for use with key agreement protocols.
KeyAgreementException
          A generic exception indicating that an unexpected condition has been detected during the setup and/or processing of a key agreement protocol exchange.
OutgoingMessage
          An implementation of outgoing messages for use with key agreement protocols.
 

Classes in gnu.crypto.key used by gnu.crypto.key.dss
IKeyPairCodec
          The visible methods of an object that knows how to encode and decode cryptographic asymmetric keypairs.
IKeyPairGenerator
          The visible methods of every asymmetric keypair generator.
 

Classes in gnu.crypto.key used by gnu.crypto.key.rsa
IKeyPairCodec
          The visible methods of an object that knows how to encode and decode cryptographic asymmetric keypairs.
IKeyPairGenerator
          The visible methods of every asymmetric keypair generator.
 

Classes in gnu.crypto.key used by gnu.crypto.key.srp6
BaseKeyAgreementParty
          A base abstract class to facilitate implementations of concrete key agreement protocol handlers.
IKeyAgreementParty
          The visible methods of an key agreement protocol participating party.
IKeyPairCodec
          The visible methods of an object that knows how to encode and decode cryptographic asymmetric keypairs.
IKeyPairGenerator
          The visible methods of every asymmetric keypair generator.
IncomingMessage
          An implementation of an incoming message for use with key agreement protocols.
KeyAgreementException
          A generic exception indicating that an unexpected condition has been detected during the setup and/or processing of a key agreement protocol exchange.
OutgoingMessage
          An implementation of outgoing messages for use with key agreement protocols.
 


For the latest news and information visit
The GNU Crypto project

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