For the latest news and information visit The GNU Crypto project | ||
Frames | No Frames |
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.
|