Bouncy Castle Cryptography Library 1.45

org.bouncycastle.jce.provider.asymmetric.ec
Class KeyFactory.ECDH

java.lang.Object
  extended by java.security.KeyFactorySpi
      extended by org.bouncycastle.jce.provider.JDKKeyFactory
          extended by org.bouncycastle.jce.provider.asymmetric.ec.KeyFactory
              extended by org.bouncycastle.jce.provider.asymmetric.ec.KeyFactory.ECDH
Enclosing class:
KeyFactory

public static class KeyFactory.ECDH
extends KeyFactory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bouncycastle.jce.provider.asymmetric.ec.KeyFactory
KeyFactory.EC, KeyFactory.ECDH, KeyFactory.ECDHC, KeyFactory.ECDSA, KeyFactory.ECGOST3410, KeyFactory.ECMQV
 
Nested classes/interfaces inherited from class org.bouncycastle.jce.provider.JDKKeyFactory
JDKKeyFactory.DH, JDKKeyFactory.DSA, JDKKeyFactory.ElGamal, JDKKeyFactory.GOST3410, JDKKeyFactory.RSA, JDKKeyFactory.X509
 
Field Summary
 
Fields inherited from class org.bouncycastle.jce.provider.JDKKeyFactory
elGamalFactory
 
Constructor Summary
KeyFactory.ECDH()
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.jce.provider.asymmetric.ec.KeyFactory
engineGeneratePrivate, engineGeneratePublic, engineGetKeySpec, engineTranslateKey
 
Methods inherited from class org.bouncycastle.jce.provider.JDKKeyFactory
createPrivateKeyFromDERStream, createPublicKeyFromDERStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyFactory.ECDH

public KeyFactory.ECDH()

Bouncy Castle Cryptography Library 1.45