Class KeyFactorySpi
java.lang.Object
java.security.KeyFactorySpi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PrivateKeyengineGeneratePrivate(KeySpec var0) protected abstract PublicKeyengineGeneratePublic(KeySpec var0) protected abstract KeySpecengineGetKeySpec(Key var0, Class var1) protected abstract KeyengineTranslateKey(Key var0)
-
Constructor Details
-
KeyFactorySpi
public KeyFactorySpi()
-
-
Method Details
-
engineGeneratePrivate
- Throws:
InvalidKeySpecException
-
engineGeneratePublic
- Throws:
InvalidKeySpecException
-
engineGetKeySpec
- Throws:
InvalidKeySpecException
-
engineTranslateKey
- Throws:
InvalidKeyException
-