Bouncy Castle Cryptography Library 1.81

org.bouncycastle.jcajce.provider.asymmetric
Class EXTERNAL.KeyFactory

java.lang.Object
  extended byjava.security.KeyFactorySpi
      extended byorg.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
          extended byorg.bouncycastle.jcajce.provider.asymmetric.EXTERNAL.KeyFactory
All Implemented Interfaces:
AsymmetricKeyInfoConverter
Enclosing class:
EXTERNAL

public static class EXTERNAL.KeyFactory
extends BaseKeyFactorySpi


Constructor Summary
EXTERNAL.KeyFactory()
           
 
Method Summary
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 org.bouncycastle.jcajce.provider.asymmetric.util.BaseKeyFactorySpi
engineGeneratePrivate, engineGeneratePublic, engineGetKeySpec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EXTERNAL.KeyFactory

public EXTERNAL.KeyFactory()
Method Detail

engineTranslateKey

protected java.security.Key engineTranslateKey(java.security.Key key)
                                        throws java.security.InvalidKeyException
Throws:
java.security.InvalidKeyException

generatePrivate

public java.security.PrivateKey generatePrivate(PrivateKeyInfo keyInfo)
                                         throws java.io.IOException
Throws:
java.io.IOException

generatePublic

public java.security.PublicKey generatePublic(SubjectPublicKeyInfo keyInfo)
                                       throws java.io.IOException
Throws:
java.io.IOException

Bouncy Castle Cryptography Library 1.81