org.cumulus4j.crypto.internal.asymmetric.keypairgenerator
Class GOST3410KeyPairGeneratorFactory
java.lang.Object
org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.AbstractAsymmetricCipherKeyPairGeneratorFactory
org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory
- All Implemented Interfaces:
- AsymmetricCipherKeyPairGeneratorFactory
public class GOST3410KeyPairGeneratorFactory
- 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 |
GOST3410KeyPairGeneratorFactory
public GOST3410KeyPairGeneratorFactory()
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.