Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.provider.mqom
Class MQOMKeyPairGeneratorSpi

java.lang.Object
  extended byjava.security.KeyPairGeneratorSpi
      extended byjava.security.KeyPairGenerator
          extended byorg.bouncycastle.pqc.jcajce.provider.mqom.MQOMKeyPairGeneratorSpi
Direct Known Subclasses:
MQOMKeyPairGeneratorSpi.Base, MQOMKeyPairGeneratorSpi.C1Gf16Fr3, MQOMKeyPairGeneratorSpi.C1Gf16Fr5, MQOMKeyPairGeneratorSpi.C1Gf16Sr3, MQOMKeyPairGeneratorSpi.C1Gf16Sr5, MQOMKeyPairGeneratorSpi.C1Gf256Fr3, MQOMKeyPairGeneratorSpi.C1Gf256Fr5, MQOMKeyPairGeneratorSpi.C1Gf256Sr3, MQOMKeyPairGeneratorSpi.C1Gf256Sr5, MQOMKeyPairGeneratorSpi.C1Gf2Fr3, MQOMKeyPairGeneratorSpi.C1Gf2Fr5, MQOMKeyPairGeneratorSpi.C1Gf2Sr3, MQOMKeyPairGeneratorSpi.C1Gf2Sr5, MQOMKeyPairGeneratorSpi.C3Gf16Fr3, MQOMKeyPairGeneratorSpi.C3Gf16Fr5, MQOMKeyPairGeneratorSpi.C3Gf16Sr3, MQOMKeyPairGeneratorSpi.C3Gf16Sr5, MQOMKeyPairGeneratorSpi.C3Gf256Fr3, MQOMKeyPairGeneratorSpi.C3Gf256Fr5, MQOMKeyPairGeneratorSpi.C3Gf256Sr3, MQOMKeyPairGeneratorSpi.C3Gf256Sr5, MQOMKeyPairGeneratorSpi.C3Gf2Fr3, MQOMKeyPairGeneratorSpi.C3Gf2Fr5, MQOMKeyPairGeneratorSpi.C3Gf2Sr3, MQOMKeyPairGeneratorSpi.C3Gf2Sr5, MQOMKeyPairGeneratorSpi.C5Gf16Fr3, MQOMKeyPairGeneratorSpi.C5Gf16Fr5, MQOMKeyPairGeneratorSpi.C5Gf16Sr3, MQOMKeyPairGeneratorSpi.C5Gf16Sr5, MQOMKeyPairGeneratorSpi.C5Gf256Fr3, MQOMKeyPairGeneratorSpi.C5Gf256Fr5, MQOMKeyPairGeneratorSpi.C5Gf256Sr3, MQOMKeyPairGeneratorSpi.C5Gf256Sr5, MQOMKeyPairGeneratorSpi.C5Gf2Fr3, MQOMKeyPairGeneratorSpi.C5Gf2Fr5, MQOMKeyPairGeneratorSpi.C5Gf2Sr3, MQOMKeyPairGeneratorSpi.C5Gf2Sr5

public class MQOMKeyPairGeneratorSpi
extends java.security.KeyPairGenerator


Nested Class Summary
static class MQOMKeyPairGeneratorSpi.Base
           
static class MQOMKeyPairGeneratorSpi.C1Gf16Fr3
           
static class MQOMKeyPairGeneratorSpi.C1Gf16Fr5
           
static class MQOMKeyPairGeneratorSpi.C1Gf16Sr3
           
static class MQOMKeyPairGeneratorSpi.C1Gf16Sr5
           
static class MQOMKeyPairGeneratorSpi.C1Gf256Fr3
           
static class MQOMKeyPairGeneratorSpi.C1Gf256Fr5
           
static class MQOMKeyPairGeneratorSpi.C1Gf256Sr3
           
static class MQOMKeyPairGeneratorSpi.C1Gf256Sr5
           
static class MQOMKeyPairGeneratorSpi.C1Gf2Fr3
           
static class MQOMKeyPairGeneratorSpi.C1Gf2Fr5
           
static class MQOMKeyPairGeneratorSpi.C1Gf2Sr3
           
static class MQOMKeyPairGeneratorSpi.C1Gf2Sr5
           
static class MQOMKeyPairGeneratorSpi.C3Gf16Fr3
           
static class MQOMKeyPairGeneratorSpi.C3Gf16Fr5
           
static class MQOMKeyPairGeneratorSpi.C3Gf16Sr3
           
static class MQOMKeyPairGeneratorSpi.C3Gf16Sr5
           
static class MQOMKeyPairGeneratorSpi.C3Gf256Fr3
           
static class MQOMKeyPairGeneratorSpi.C3Gf256Fr5
           
static class MQOMKeyPairGeneratorSpi.C3Gf256Sr3
           
static class MQOMKeyPairGeneratorSpi.C3Gf256Sr5
           
static class MQOMKeyPairGeneratorSpi.C3Gf2Fr3
           
static class MQOMKeyPairGeneratorSpi.C3Gf2Fr5
           
static class MQOMKeyPairGeneratorSpi.C3Gf2Sr3
           
static class MQOMKeyPairGeneratorSpi.C3Gf2Sr5
           
static class MQOMKeyPairGeneratorSpi.C5Gf16Fr3
           
static class MQOMKeyPairGeneratorSpi.C5Gf16Fr5
           
static class MQOMKeyPairGeneratorSpi.C5Gf16Sr3
           
static class MQOMKeyPairGeneratorSpi.C5Gf16Sr5
           
static class MQOMKeyPairGeneratorSpi.C5Gf256Fr3
           
static class MQOMKeyPairGeneratorSpi.C5Gf256Fr5
           
static class MQOMKeyPairGeneratorSpi.C5Gf256Sr3
           
static class MQOMKeyPairGeneratorSpi.C5Gf256Sr5
           
static class MQOMKeyPairGeneratorSpi.C5Gf2Fr3
           
static class MQOMKeyPairGeneratorSpi.C5Gf2Fr5
           
static class MQOMKeyPairGeneratorSpi.C5Gf2Sr3
           
static class MQOMKeyPairGeneratorSpi.C5Gf2Sr5
           
 
Constructor Summary
  MQOMKeyPairGeneratorSpi()
           
protected MQOMKeyPairGeneratorSpi(MQOMParameters mqomParameters)
           
 
Method Summary
 java.security.KeyPair generateKeyPair()
           
 void initialize(java.security.spec.AlgorithmParameterSpec params, java.security.SecureRandom random)
           
 void initialize(int strength, java.security.SecureRandom random)
           
 
Methods inherited from class java.security.KeyPairGenerator
genKeyPair, getAlgorithm, getInstance, getInstance, getInstance, getProvider, initialize, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQOMKeyPairGeneratorSpi

public MQOMKeyPairGeneratorSpi()

MQOMKeyPairGeneratorSpi

protected MQOMKeyPairGeneratorSpi(MQOMParameters mqomParameters)
Method Detail

initialize

public void initialize(int strength,
                       java.security.SecureRandom random)

initialize

public void initialize(java.security.spec.AlgorithmParameterSpec params,
                       java.security.SecureRandom random)
                throws java.security.InvalidAlgorithmParameterException
Throws:
java.security.InvalidAlgorithmParameterException

generateKeyPair

public java.security.KeyPair generateKeyPair()

Bouncy Castle Cryptography Library 1.85