Cumulus4j API
(1.2.0-SNAPSHOT)

org.cumulus4j.crypto.internal.asymmetric.keypairgenerator
Class RSAKeyPairGeneratorFactory

java.lang.Object
  extended by org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.AbstractAsymmetricCipherKeyPairGeneratorFactory
      extended by org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory
All Implemented Interfaces:
AsymmetricCipherKeyPairGeneratorFactory

public class RSAKeyPairGeneratorFactory
extends AbstractAsymmetricCipherKeyPairGeneratorFactory

Author:
Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de

Constructor Summary
RSAKeyPairGeneratorFactory()
           
 
Method Summary
 AsymmetricCipherKeyPairGenerator createAsymmetricCipherKeyPairGenerator(boolean initWithDefaults)
          Create and optionally initialise a new instance of AsymmetricCipherKeyPairGenerator.
 
Methods inherited from class org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.AbstractAsymmetricCipherKeyPairGeneratorFactory
getAlgorithmName, setAlgorithmName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSAKeyPairGeneratorFactory

public RSAKeyPairGeneratorFactory()
Method Detail

createAsymmetricCipherKeyPairGenerator

public AsymmetricCipherKeyPairGenerator createAsymmetricCipherKeyPairGenerator(boolean initWithDefaults)
Description copied from interface: AsymmetricCipherKeyPairGeneratorFactory
Create and optionally initialise a new instance of AsymmetricCipherKeyPairGenerator.

Parameters:
initWithDefaults - whether to initialise the AsymmetricCipherKeyPairGenerator with default values so that it can be used immediately as-is.
Returns:
a new instance of AsymmetricCipherKeyPairGenerator (iff initWithDefaults==true ready-to-use; otherwise requiring initialisation before it can be used).

Cumulus4j API
(1.2.0-SNAPSHOT)

Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.