Google

Bouncy Castle Cryptography 1.11 API Specification: Class JCEIESCipher.ECIES
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.provider
Class JCEIESCipher.ECIES

java.lang.Object
  |
  +--javax.crypto.CipherSpi
        |
        +--org.bouncycastle.jce.provider.WrapCipherSpi
              |
              +--org.bouncycastle.jce.provider.JCEIESCipher
                    |
                    +--org.bouncycastle.jce.provider.JCEIESCipher.ECIES
All Implemented Interfaces:
PBE
Enclosing class:
JCEIESCipher

public static class JCEIESCipher.ECIES
extends JCEIESCipher

classes that inherit from us.


Inner classes inherited from class org.bouncycastle.jce.provider.JCEIESCipher
JCEIESCipher.ECIES, JCEIESCipher.IES
 
Inner classes inherited from class org.bouncycastle.jce.provider.WrapCipherSpi
WrapCipherSpi.AESWrap
 
Inner classes inherited from class org.bouncycastle.jce.provider.PBE
PBE.Util
 
Fields inherited from class org.bouncycastle.jce.provider.WrapCipherSpi
engineParams, pbeHash, pbeIvSize, pbeKeySize, pbeType
 
Fields inherited from interface org.bouncycastle.jce.provider.PBE
MD5, PKCS12, PKCS5S1, PKCS5S2, RIPEMD160, SHA1, TIGER
 
Constructor Summary
JCEIESCipher.ECIES()
           
 
Methods inherited from class org.bouncycastle.jce.provider.JCEIESCipher
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate
 
Methods inherited from class org.bouncycastle.jce.provider.WrapCipherSpi
engineUnwrap, engineWrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCEIESCipher.ECIES

public JCEIESCipher.ECIES()

Bouncy Castle Cryptography 1.11