Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.provider.sdith
Class SDitHKeyFactorySpi

java.lang.Object
  extended byjava.security.KeyFactorySpi
      extended byorg.bouncycastle.pqc.jcajce.provider.util.BaseKeyFactorySpi
          extended byorg.bouncycastle.pqc.jcajce.provider.sdith.SDitHKeyFactorySpi
All Implemented Interfaces:
AsymmetricKeyInfoConverter
Direct Known Subclasses:
SDitHKeyFactorySpi.HypercubeCat1Gf256, SDitHKeyFactorySpi.HypercubeCat1P251, SDitHKeyFactorySpi.HypercubeCat3Gf256, SDitHKeyFactorySpi.HypercubeCat3P251, SDitHKeyFactorySpi.HypercubeCat5Gf256, SDitHKeyFactorySpi.HypercubeCat5P251, SDitHKeyFactorySpi.ThresholdCat1Gf256, SDitHKeyFactorySpi.ThresholdCat1P251, SDitHKeyFactorySpi.ThresholdCat3Gf256, SDitHKeyFactorySpi.ThresholdCat3P251, SDitHKeyFactorySpi.ThresholdCat5Gf256, SDitHKeyFactorySpi.ThresholdCat5P251

public class SDitHKeyFactorySpi
extends BaseKeyFactorySpi


Nested Class Summary
static class SDitHKeyFactorySpi.HypercubeCat1Gf256
           
static class SDitHKeyFactorySpi.HypercubeCat1P251
           
static class SDitHKeyFactorySpi.HypercubeCat3Gf256
           
static class SDitHKeyFactorySpi.HypercubeCat3P251
           
static class SDitHKeyFactorySpi.HypercubeCat5Gf256
           
static class SDitHKeyFactorySpi.HypercubeCat5P251
           
static class SDitHKeyFactorySpi.ThresholdCat1Gf256
           
static class SDitHKeyFactorySpi.ThresholdCat1P251
           
static class SDitHKeyFactorySpi.ThresholdCat3Gf256
           
static class SDitHKeyFactorySpi.ThresholdCat3P251
           
static class SDitHKeyFactorySpi.ThresholdCat5Gf256
           
static class SDitHKeyFactorySpi.ThresholdCat5P251
           
 
Constructor Summary
SDitHKeyFactorySpi()
           
SDitHKeyFactorySpi(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

SDitHKeyFactorySpi

public SDitHKeyFactorySpi()

SDitHKeyFactorySpi

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