org.gudy.bouncycastle.jce.provider
Class JDKKeyFactory
java.lang.Object
java.security.KeyFactorySpi
org.gudy.bouncycastle.jce.provider.JDKKeyFactory
- Direct Known Subclasses:
- JDKKeyFactory.EC
public abstract class JDKKeyFactory
- extends KeyFactorySpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKKeyFactory
public JDKKeyFactory()
engineGetKeySpec
protected KeySpec engineGetKeySpec(Key key,
Class spec)
throws InvalidKeySpecException
- Specified by:
engineGetKeySpec
in class KeyFactorySpi
- Throws:
InvalidKeySpecException
engineTranslateKey
protected Key engineTranslateKey(Key key)
throws InvalidKeyException
- Specified by:
engineTranslateKey
in class KeyFactorySpi
- Throws:
InvalidKeyException