|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.security.KeyFactorySpi | +--org.bouncycastle.pqc.jcajce.provider.util.BaseKeyFactorySpi | +--org.bouncycastle.jcajce.provider.asymmetric.slhdsa.SLHDSAKeyFactorySpi
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 |
public SLHDSAKeyFactorySpi(java.util.Set keyOids)
public SLHDSAKeyFactorySpi(ASN1ObjectIdentifier keyOid)
Method Detail |
public final java.security.spec.KeySpec engineGetKeySpec(java.security.Key key, java.lang.Class keySpec) throws java.security.spec.InvalidKeySpecException
engineGetKeySpec
in class java.security.KeyFactorySpi
public final java.security.Key engineTranslateKey(java.security.Key key) throws java.security.InvalidKeyException
engineTranslateKey
in class java.security.KeyFactorySpi
public java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo) throws java.io.IOException
public java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo) throws java.io.IOException
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |