Class BaseKeyFactorySpi
java.lang.Object
java.security.KeyFactorySpi
org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
- All Implemented Interfaces:
AsymmetricKeyInfoConverter
- Direct Known Subclasses:
COMPOSITE.KeyFactory
,EXTERNAL.KeyFactory
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
,KeyFactorySpi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrivateKey
engineGeneratePrivate
(KeySpec keySpec) protected PublicKey
engineGeneratePublic
(KeySpec keySpec) protected KeySpec
engineGetKeySpec
(Key key, Class spec) Methods inherited from class java.security.KeyFactorySpi
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 Details
-
BaseKeyFactorySpi
public BaseKeyFactorySpi()
-
-
Method Details
-
engineGeneratePrivate
- Specified by:
engineGeneratePrivate
in classKeyFactorySpi
- Throws:
InvalidKeySpecException
-
engineGeneratePublic
- Specified by:
engineGeneratePublic
in classKeyFactorySpi
- Throws:
InvalidKeySpecException
-
engineGetKeySpec
- Specified by:
engineGetKeySpec
in classKeyFactorySpi
- Throws:
InvalidKeySpecException
-