For the latest news and information visit
The GNU Crypto project

Uses of Interface
gnu.crypto.key.IKeyPairGenerator

Packages that use IKeyPairGenerator
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   
 

Uses of IKeyPairGenerator in gnu.crypto.jce.sig
 

Fields in gnu.crypto.jce.sig declared as IKeyPairGenerator
protected  IKeyPairGenerator KeyPairGeneratorAdapter.adaptee
          Our underlying keypair instance.
 

Uses of IKeyPairGenerator in gnu.crypto.key
 

Methods in gnu.crypto.key that return IKeyPairGenerator
static IKeyPairGenerator KeyPairGeneratorFactory.getInstance(java.lang.String name)
          Returns an instance of a keypair generator given its name.
 

Uses of IKeyPairGenerator in gnu.crypto.key.dh
 

Classes in gnu.crypto.key.dh that implement IKeyPairGenerator
 class GnuDHKeyPairGenerator
          An implementation of a Diffie-Hellman keypair generator.
 

Uses of IKeyPairGenerator in gnu.crypto.key.dss
 

Classes in gnu.crypto.key.dss that implement IKeyPairGenerator
 class DSSKeyPairGenerator
          A key-pair generator for asymetric keys to use in conjunction with the DSS (Digital Signature Standard).
 

Uses of IKeyPairGenerator in gnu.crypto.key.rsa
 

Classes in gnu.crypto.key.rsa that implement IKeyPairGenerator
 class RSAKeyPairGenerator
          A key-pair generator for asymetric keys to use in conjunction with the RSA scheme.
 

Uses of IKeyPairGenerator in gnu.crypto.key.srp6
 

Classes in gnu.crypto.key.srp6 that implement IKeyPairGenerator
 class SRPKeyPairGenerator
          Reference: SRP Protocol Design
Thomas J.
 


For the latest news and information visit
The GNU Crypto project

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