For the latest news and information visit
The GNU Crypto project

Uses of Interface
gnu.crypto.key.IKeyPairCodec

Packages that use IKeyPairCodec
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 IKeyPairCodec in gnu.crypto.key
 

Methods in gnu.crypto.key that return IKeyPairCodec
static IKeyPairCodec KeyPairCodecFactory.getInstance(java.lang.String name)
          Returns an instance of a keypair codec given its name.
static IKeyPairCodec KeyPairCodecFactory.getInstance(byte[] buffer)
          Returns an instance of a keypair codec given a byte array that is assumed to contain a previously encoded key (public or private).
static IKeyPairCodec KeyPairCodecFactory.getInstance(java.security.Key key)
          Returns an instance of a keypair codec given a key.
 

Uses of IKeyPairCodec in gnu.crypto.key.dh
 

Classes in gnu.crypto.key.dh that implement IKeyPairCodec
 class DHKeyPairRawCodec
          An object that implements the IKeyPairCodec operations for the Raw format to use with Diffie-Hellman keypairs.
 

Uses of IKeyPairCodec in gnu.crypto.key.dss
 

Classes in gnu.crypto.key.dss that implement IKeyPairCodec
 class DSSKeyPairRawCodec
          An object that implements the IKeyPairCodec operations for the Raw format to use with DSS keypairs.
 

Uses of IKeyPairCodec in gnu.crypto.key.rsa
 

Classes in gnu.crypto.key.rsa that implement IKeyPairCodec
 class RSAKeyPairRawCodec
          An object that implements the IKeyPairCodec interface for the Raw format to use with RSA keypairs.
 

Uses of IKeyPairCodec in gnu.crypto.key.srp6
 

Classes in gnu.crypto.key.srp6 that implement IKeyPairCodec
 class SRPKeyPairRawCodec
          An object that implements the IKeyPairCodec operations for the Raw format to use with SRP keypairs.
 


For the latest news and information visit
The GNU Crypto project

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