|
Bouncy Castle Cryptography 1.11 API Specification: Class JDKKeyFactory.RSA
org.bouncycastle.jce.provider
Class JDKKeyFactory.RSA
java.lang.Object
|
+--java.security.KeyFactorySpi
|
+--org.bouncycastle.jce.provider.JDKKeyFactory
|
+--org.bouncycastle.jce.provider.JDKKeyFactory.RSA
- Enclosing class:
- JDKKeyFactory
- public static class JDKKeyFactory.RSA
- extends JDKKeyFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKKeyFactory.RSA
public JDKKeyFactory.RSA()
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
|