Bouncy Castle Cryptography 1.48

org.bouncycastle.jcajce.provider.asymmetric.ec
Class KeyFactorySpi

java.lang.Object
  extended by java.security.KeyFactorySpi
      extended by org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
          extended by org.bouncycastle.jcajce.provider.asymmetric.ec.KeyFactorySpi
All Implemented Interfaces:
AsymmetricKeyInfoConverter
Direct Known Subclasses:
KeyFactorySpi.EC, KeyFactorySpi.ECDH, KeyFactorySpi.ECDHC, KeyFactorySpi.ECDSA, KeyFactorySpi.ECGOST3410, KeyFactorySpi.ECMQV

public class KeyFactorySpi
extends BaseKeyFactorySpi
implements AsymmetricKeyInfoConverter


Nested Class Summary
static class KeyFactorySpi.EC
           
static class KeyFactorySpi.ECDH
           
static class KeyFactorySpi.ECDHC
           
static class KeyFactorySpi.ECDSA
           
static class KeyFactorySpi.ECGOST3410
           
static class KeyFactorySpi.ECMQV
           
 
Method Summary
protected  java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
           
protected  java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
           
protected  java.security.spec.KeySpec engineGetKeySpec(java.security.Key key, java.lang.Class spec)
           
protected  java.security.Key engineTranslateKey(java.security.Key key)
           
 java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
           
 java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

engineTranslateKey

protected java.security.Key engineTranslateKey(java.security.Key key)
                                        throws java.security.InvalidKeyException
Specified by:
engineTranslateKey in class java.security.KeyFactorySpi
Throws:
java.security.InvalidKeyException

engineGetKeySpec

protected java.security.spec.KeySpec engineGetKeySpec(java.security.Key key,
                                                      java.lang.Class spec)
                                               throws java.security.spec.InvalidKeySpecException
Overrides:
engineGetKeySpec in class BaseKeyFactorySpi
Throws:
java.security.spec.InvalidKeySpecException

engineGeneratePrivate

protected java.security.PrivateKey engineGeneratePrivate(java.security.spec.KeySpec keySpec)
                                                  throws java.security.spec.InvalidKeySpecException
Overrides:
engineGeneratePrivate in class BaseKeyFactorySpi
Throws:
java.security.spec.InvalidKeySpecException

engineGeneratePublic

protected java.security.PublicKey engineGeneratePublic(java.security.spec.KeySpec keySpec)
                                                throws java.security.spec.InvalidKeySpecException
Overrides:
engineGeneratePublic in class BaseKeyFactorySpi
Throws:
java.security.spec.InvalidKeySpecException

generatePrivate

public java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
                                         throws java.io.IOException
Specified by:
generatePrivate in interface AsymmetricKeyInfoConverter
Throws:
java.io.IOException

generatePublic

public java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
                                       throws java.io.IOException
Specified by:
generatePublic in interface AsymmetricKeyInfoConverter
Throws:
java.io.IOException

Bouncy Castle Cryptography 1.48