org.cumulus4j.crypto.internal.asymmetric.keypairgenerator
Class RSAKeyPairGeneratorFactory
java.lang.Object
  
org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.AbstractAsymmetricCipherKeyPairGeneratorFactory
      
org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory
- All Implemented Interfaces: 
 - AsymmetricCipherKeyPairGeneratorFactory
 
public class RSAKeyPairGeneratorFactory
- extends AbstractAsymmetricCipherKeyPairGeneratorFactory
 
- Author:
 
  - Marco หงุ่ยตระกูล-Schulze - marco at nightlabs dot de
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RSAKeyPairGeneratorFactory
public RSAKeyPairGeneratorFactory()
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). 
 
 
Copyright © 2013 NightLabs Consulting GmbH. All Rights Reserved.