Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.provider.faest
Class FaestKeyFactorySpi

java.lang.Object
  extended byjava.security.KeyFactorySpi
      extended byorg.bouncycastle.pqc.jcajce.provider.util.BaseKeyFactorySpi
          extended byorg.bouncycastle.pqc.jcajce.provider.faest.FaestKeyFactorySpi
All Implemented Interfaces:
AsymmetricKeyInfoConverter
Direct Known Subclasses:
FaestKeyFactorySpi.FAEST_128F, FaestKeyFactorySpi.FAEST_128S, FaestKeyFactorySpi.FAEST_192F, FaestKeyFactorySpi.FAEST_192S, FaestKeyFactorySpi.FAEST_256F, FaestKeyFactorySpi.FAEST_256S, FaestKeyFactorySpi.FAEST_EM_128F, FaestKeyFactorySpi.FAEST_EM_128S, FaestKeyFactorySpi.FAEST_EM_192F, FaestKeyFactorySpi.FAEST_EM_192S, FaestKeyFactorySpi.FAEST_EM_256F, FaestKeyFactorySpi.FAEST_EM_256S

public class FaestKeyFactorySpi
extends BaseKeyFactorySpi


Nested Class Summary
static class FaestKeyFactorySpi.FAEST_128F
           
static class FaestKeyFactorySpi.FAEST_128S
           
static class FaestKeyFactorySpi.FAEST_192F
           
static class FaestKeyFactorySpi.FAEST_192S
           
static class FaestKeyFactorySpi.FAEST_256F
           
static class FaestKeyFactorySpi.FAEST_256S
           
static class FaestKeyFactorySpi.FAEST_EM_128F
           
static class FaestKeyFactorySpi.FAEST_EM_128S
           
static class FaestKeyFactorySpi.FAEST_EM_192F
           
static class FaestKeyFactorySpi.FAEST_EM_192S
           
static class FaestKeyFactorySpi.FAEST_EM_256F
           
static class FaestKeyFactorySpi.FAEST_EM_256S
           
 
Constructor Summary
FaestKeyFactorySpi()
           
FaestKeyFactorySpi(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

FaestKeyFactorySpi

public FaestKeyFactorySpi()

FaestKeyFactorySpi

public FaestKeyFactorySpi(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