org.bouncycastle.jcajce.provider.asymmetric.x509
Class KeyFactory
java.lang.Object
|
+--java.security.KeyFactorySpi
|
+--org.bouncycastle.jcajce.provider.asymmetric.x509.KeyFactory
- public class KeyFactory
- extends java.security.KeyFactorySpi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyFactory
public KeyFactory()
engineGeneratePrivate
protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
- Overrides:
engineGeneratePrivate
in class java.security.KeyFactorySpi
engineGeneratePublic
protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
throws java.security.spec.InvalidKeySpecException
- Overrides:
engineGeneratePublic
in class java.security.KeyFactorySpi
engineGetKeySpec
protected java.security.spec.KeySpec engineGetKeySpec(java.security.Key key,
java.lang.Class keySpec)
throws java.security.spec.InvalidKeySpecException
- Overrides:
engineGetKeySpec
in class java.security.KeyFactorySpi
engineTranslateKey
protected java.security.Key engineTranslateKey(java.security.Key key)
throws java.security.InvalidKeyException
- Overrides:
engineTranslateKey
in class java.security.KeyFactorySpi