iaik.me.security.dsa
Class DSAKeyPairGenerator

java.lang.Object
  |
  +--iaik.me.security.KeyPairGenerator
        |
        +--iaik.me.security.dsa.DSAKeyPairGenerator

public class DSAKeyPairGenerator
extends KeyPairGenerator


Constructor Summary
DSAKeyPairGenerator()
           
 
Method Summary
 CryptoBag generateKeyPair()
          Starts the generation of the DSA keypair.
 void initialize(int keyLength, Object parameter, SecureRandom random)
          Initializes the DSA keypairgenerator.
 
Methods inherited from class iaik.me.security.KeyPairGenerator
getInstance, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAKeyPairGenerator

public DSAKeyPairGenerator()
Method Detail

initialize

public void initialize(int keyLength,
                       Object parameter,
                       SecureRandom random)
                throws CryptoException
Initializes the DSA keypairgenerator.
Overrides:
initialize in class KeyPairGenerator
Parameters:
keyLength -  
dsa - keypair parameter
scurerandomobject -  
Throws:
CryptoException -  

generateKeyPair

public CryptoBag generateKeyPair()
Starts the generation of the DSA keypair.
Overrides:
generateKeyPair in class KeyPairGenerator
Returns:
the kyepair stored in a crypto bag

This Javadoc may contain text parts from IETF Internet Standard specifications, see copyright note) and RSA Data Security Public-Key Cryptography Standards (see copyright note).

IAIK-JCE ME 3.04, (c) 2002 IAIK, (c) 2003 to 2006 Stiftung SIC