Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric.ec
Class GMKeyPairGeneratorSpi

java.lang.Object
  extended byjava.security.KeyPairGeneratorSpi
      extended byjava.security.KeyPairGenerator
          extended byorg.bouncycastle.jcajce.provider.asymmetric.ec.GMKeyPairGeneratorSpi
Direct Known Subclasses:
GMKeyPairGeneratorSpi.BaseSM2

public abstract class GMKeyPairGeneratorSpi
extends java.security.KeyPairGenerator


Nested Class Summary
static class GMKeyPairGeneratorSpi.BaseSM2
           
static class GMKeyPairGeneratorSpi.SM2
           
 
Constructor Summary
GMKeyPairGeneratorSpi(java.lang.String algorithmName)
           
 
Methods inherited from class java.security.KeyPairGenerator
generateKeyPair, genKeyPair, getAlgorithm, getInstance, getInstance, getInstance, getProvider, initialize, initialize, initialize, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMKeyPairGeneratorSpi

public GMKeyPairGeneratorSpi(java.lang.String algorithmName)

Bouncy Castle Cryptography Library 1.81