Bouncy Castle Cryptography Library 1.66

org.bouncycastle.jcajce.provider.asymmetric.ec
Class IESCipher.ECIESwithCipher

java.lang.Object
  extended byjavax.crypto.CipherSpi
      extended byorg.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher
          extended byorg.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher.ECIESwithCipher
Direct Known Subclasses:
IESCipher.ECIESwithAESCBC, IESCipher.ECIESwithDESedeCBC
Enclosing class:
IESCipher

public static class IESCipher.ECIESwithCipher
extends IESCipher


Nested Class Summary
 
Nested classes inherited from class org.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher
IESCipher.ECIES, IESCipher.ECIESwithAESCBC, IESCipher.ECIESwithCipher, IESCipher.ECIESwithDESedeCBC
 
Constructor Summary
IESCipher.ECIESwithCipher(BlockCipher cipher, int ivLength)
           
 
Methods inherited from class org.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate
 
Methods inherited from class javax.crypto.CipherSpi
engineUnwrap, engineWrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IESCipher.ECIESwithCipher

public IESCipher.ECIESwithCipher(BlockCipher cipher,
                                 int ivLength)

Bouncy Castle Cryptography Library 1.66