|
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
Constructor Summary | |
protected |
BaseKeyFactorySpi(ASN1ObjectIdentifier keyOid)
|
protected |
BaseKeyFactorySpi(java.util.Set keyOids)
|
Method Summary | |
java.security.PrivateKey |
engineGeneratePrivate(java.security.spec.KeySpec keySpec)
|
java.security.PublicKey |
engineGeneratePublic(java.security.spec.KeySpec keySpec)
|
Methods inherited from class java.security.KeyFactorySpi |
engineGetKeySpec, engineTranslateKey |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter |
generatePrivate, generatePublic |
Constructor Detail |
protected BaseKeyFactorySpi(java.util.Set keyOids)
protected BaseKeyFactorySpi(ASN1ObjectIdentifier keyOid)
Method Detail |
public java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePrivate
in class java.security.KeyFactorySpi
public java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec) throws java.security.spec.InvalidKeySpecException
engineGeneratePublic
in class java.security.KeyFactorySpi
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |