Uses of Class gnu.crypto.jce.sig.KeyPairGeneratorAdapter

Uses in package gnu.crypto.jce.sig

Classes derived from gnu.crypto.jce.sig.KeyPairGeneratorAdapter

class
The implementation of a java.security.KeyPairGenerator adapter class to wrap gnu.crypto DSS keypair generator instances.

In case the client does not explicitly initialize the KeyPairGenerator (via a call to an initialize() method), the GNU Crypto provider uses a default modulus size (keysize) of 1024 bits.

class
The implementation of a java.security.KeyPairGenerator adapter class to wrap gnu.crypto RSA keypair generator instances.

In case the client does not explicitly initialize the KeyPairGenerator (via a call to an initialize() method), the GNU Crypto provider uses a default modulus size (keysize) of 1024 bits.


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