Google

Bouncy Castle Cryptography 1.11 API Specification: Class JDKKeyFactory.RSA
Bouncy Castle Cryptography 1.11

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


Inner classes inherited from class org.bouncycastle.jce.provider.JDKKeyFactory
JDKKeyFactory.DH, JDKKeyFactory.DSA, JDKKeyFactory.EC, JDKKeyFactory.ECDH, JDKKeyFactory.ECDHC, JDKKeyFactory.ECDSA, JDKKeyFactory.ElGamal, JDKKeyFactory.RSA
 
Constructor Summary
JDKKeyFactory.RSA()
           
 
Method Summary
protected  java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
           
protected  java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
           
 
Methods inherited from class org.bouncycastle.jce.provider.JDKKeyFactory
engineGetKeySpec, engineTranslateKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKKeyFactory.RSA

public JDKKeyFactory.RSA()
Method Detail

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

Bouncy Castle Cryptography 1.11