Bouncy Castle Cryptography Library 1.85

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

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

public class MQOMKeyFactorySpi
extends BaseKeyFactorySpi


Nested Class Summary
static class MQOMKeyFactorySpi.Base
           
static class MQOMKeyFactorySpi.C1Gf16Fr3
           
static class MQOMKeyFactorySpi.C1Gf16Fr5
           
static class MQOMKeyFactorySpi.C1Gf16Sr3
           
static class MQOMKeyFactorySpi.C1Gf16Sr5
           
static class MQOMKeyFactorySpi.C1Gf256Fr3
           
static class MQOMKeyFactorySpi.C1Gf256Fr5
           
static class MQOMKeyFactorySpi.C1Gf256Sr3
           
static class MQOMKeyFactorySpi.C1Gf256Sr5
           
static class MQOMKeyFactorySpi.C1Gf2Fr3
           
static class MQOMKeyFactorySpi.C1Gf2Fr5
           
static class MQOMKeyFactorySpi.C1Gf2Sr3
           
static class MQOMKeyFactorySpi.C1Gf2Sr5
           
static class MQOMKeyFactorySpi.C3Gf16Fr3
           
static class MQOMKeyFactorySpi.C3Gf16Fr5
           
static class MQOMKeyFactorySpi.C3Gf16Sr3
           
static class MQOMKeyFactorySpi.C3Gf16Sr5
           
static class MQOMKeyFactorySpi.C3Gf256Fr3
           
static class MQOMKeyFactorySpi.C3Gf256Fr5
           
static class MQOMKeyFactorySpi.C3Gf256Sr3
           
static class MQOMKeyFactorySpi.C3Gf256Sr5
           
static class MQOMKeyFactorySpi.C3Gf2Fr3
           
static class MQOMKeyFactorySpi.C3Gf2Fr5
           
static class MQOMKeyFactorySpi.C3Gf2Sr3
           
static class MQOMKeyFactorySpi.C3Gf2Sr5
           
static class MQOMKeyFactorySpi.C5Gf16Fr3
           
static class MQOMKeyFactorySpi.C5Gf16Fr5
           
static class MQOMKeyFactorySpi.C5Gf16Sr3
           
static class MQOMKeyFactorySpi.C5Gf16Sr5
           
static class MQOMKeyFactorySpi.C5Gf256Fr3
           
static class MQOMKeyFactorySpi.C5Gf256Fr5
           
static class MQOMKeyFactorySpi.C5Gf256Sr3
           
static class MQOMKeyFactorySpi.C5Gf256Sr5
           
static class MQOMKeyFactorySpi.C5Gf2Fr3
           
static class MQOMKeyFactorySpi.C5Gf2Fr5
           
static class MQOMKeyFactorySpi.C5Gf2Sr3
           
static class MQOMKeyFactorySpi.C5Gf2Sr5
           
 
Constructor Summary
MQOMKeyFactorySpi()
           
MQOMKeyFactorySpi(ASN1ObjectIdentifier keyOid)
           
 
Method Summary
 java.security.spec.KeySpec engineGetKeySpec(java.security.Key key, java.lang.Class keySpec)
           
 java.security.Key engineTranslateKey(java.security.Key key)
           
 java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
           
 java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
           
 
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.util.BaseKeyFactorySpi
engineGeneratePrivate, engineGeneratePublic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQOMKeyFactorySpi

public MQOMKeyFactorySpi()

MQOMKeyFactorySpi

public MQOMKeyFactorySpi(ASN1ObjectIdentifier keyOid)
Method Detail

engineGetKeySpec

public final java.security.spec.KeySpec engineGetKeySpec(java.security.Key key,
                                                         java.lang.Class keySpec)
                                                  throws java.security.spec.InvalidKeySpecException
Throws:
java.security.spec.InvalidKeySpecException

engineTranslateKey

public final java.security.Key engineTranslateKey(java.security.Key key)
                                           throws java.security.InvalidKeyException
Throws:
java.security.InvalidKeyException

generatePrivate

public java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
                                         throws java.io.IOException
Throws:
java.io.IOException

generatePublic

public java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
                                       throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.85