Bouncy Castle Cryptography Library 1.79

org.bouncycastle.jcajce.provider.asymmetric.slhdsa
Class SLHDSAKeyFactorySpi

java.lang.Object
  |
  +--java.security.KeyFactorySpi
        |
        +--org.bouncycastle.pqc.jcajce.provider.util.BaseKeyFactorySpi
              |
              +--org.bouncycastle.jcajce.provider.asymmetric.slhdsa.SLHDSAKeyFactorySpi
All Implemented Interfaces:
AsymmetricKeyInfoConverter
Direct Known Subclasses:
SLHDSAKeyFactorySpi.Hash, SLHDSAKeyFactorySpi.HashSha2_128f, SLHDSAKeyFactorySpi.HashSha2_128s, SLHDSAKeyFactorySpi.HashSha2_192f, SLHDSAKeyFactorySpi.HashSha2_192s, SLHDSAKeyFactorySpi.HashSha2_256f, SLHDSAKeyFactorySpi.HashSha2_256s, SLHDSAKeyFactorySpi.HashShake_128f, SLHDSAKeyFactorySpi.HashShake_128s, SLHDSAKeyFactorySpi.HashShake_192f, SLHDSAKeyFactorySpi.HashShake_192s, SLHDSAKeyFactorySpi.HashShake_256f, SLHDSAKeyFactorySpi.HashShake_256s, SLHDSAKeyFactorySpi.Pure, SLHDSAKeyFactorySpi.Sha2_128f, SLHDSAKeyFactorySpi.Sha2_128s, SLHDSAKeyFactorySpi.Sha2_192f, SLHDSAKeyFactorySpi.Sha2_192s, SLHDSAKeyFactorySpi.Sha2_256f, SLHDSAKeyFactorySpi.Sha2_256s, SLHDSAKeyFactorySpi.Shake_128f, SLHDSAKeyFactorySpi.Shake_128s, SLHDSAKeyFactorySpi.Shake_192f, SLHDSAKeyFactorySpi.Shake_192s, SLHDSAKeyFactorySpi.Shake_256f, SLHDSAKeyFactorySpi.Shake_256s

public class SLHDSAKeyFactorySpi
extends BaseKeyFactorySpi


Inner Class Summary
static class SLHDSAKeyFactorySpi.Hash
           
static class SLHDSAKeyFactorySpi.HashSha2_128f
           
static class SLHDSAKeyFactorySpi.HashSha2_128s
           
static class SLHDSAKeyFactorySpi.HashSha2_192f
           
static class SLHDSAKeyFactorySpi.HashSha2_192s
           
static class SLHDSAKeyFactorySpi.HashSha2_256f
           
static class SLHDSAKeyFactorySpi.HashSha2_256s
           
static class SLHDSAKeyFactorySpi.HashShake_128f
           
static class SLHDSAKeyFactorySpi.HashShake_128s
           
static class SLHDSAKeyFactorySpi.HashShake_192f
           
static class SLHDSAKeyFactorySpi.HashShake_192s
           
static class SLHDSAKeyFactorySpi.HashShake_256f
           
static class SLHDSAKeyFactorySpi.HashShake_256s
           
static class SLHDSAKeyFactorySpi.Pure
           
static class SLHDSAKeyFactorySpi.Sha2_128f
           
static class SLHDSAKeyFactorySpi.Sha2_128s
           
static class SLHDSAKeyFactorySpi.Sha2_192f
           
static class SLHDSAKeyFactorySpi.Sha2_192s
           
static class SLHDSAKeyFactorySpi.Sha2_256f
           
static class SLHDSAKeyFactorySpi.Sha2_256s
           
static class SLHDSAKeyFactorySpi.Shake_128f
           
static class SLHDSAKeyFactorySpi.Shake_128s
           
static class SLHDSAKeyFactorySpi.Shake_192f
           
static class SLHDSAKeyFactorySpi.Shake_192s
           
static class SLHDSAKeyFactorySpi.Shake_256f
           
static class SLHDSAKeyFactorySpi.Shake_256s
           
 
Constructor Summary
SLHDSAKeyFactorySpi(ASN1ObjectIdentifier keyOid)
           
SLHDSAKeyFactorySpi(java.util.Set keyOids)
           
 
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

SLHDSAKeyFactorySpi

public SLHDSAKeyFactorySpi(java.util.Set keyOids)

SLHDSAKeyFactorySpi

public SLHDSAKeyFactorySpi(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
Overrides:
engineGetKeySpec in class java.security.KeyFactorySpi

engineTranslateKey

public final java.security.Key engineTranslateKey(java.security.Key key)
                                           throws java.security.InvalidKeyException
Overrides:
engineTranslateKey in class java.security.KeyFactorySpi

generatePrivate

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

generatePublic

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

Bouncy Castle Cryptography Library 1.79