Class IESCipher.ECIESwithCipher
- java.lang.Object
-
- javax.crypto.CipherSpi
-
- org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
-
- org.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher
-
- org.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher.ECIESwithCipher
-
- Direct Known Subclasses:
IESCipher.ECIESwithAESCBC,IESCipher.ECIESwithDESedeCBC,IESCipher.ECIESwithSHA256andAESCBC,IESCipher.ECIESwithSHA256andDESedeCBC,IESCipher.ECIESwithSHA384andAESCBC,IESCipher.ECIESwithSHA384andDESedeCBC,IESCipher.ECIESwithSHA512andAESCBC,IESCipher.ECIESwithSHA512andDESedeCBC
- Enclosing class:
- IESCipher
public static class IESCipher.ECIESwithCipher extends IESCipher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.jcajce.provider.asymmetric.ec.IESCipher
IESCipher.ECIES, IESCipher.ECIESwithAESCBC, IESCipher.ECIESwithCipher, IESCipher.ECIESwithDESedeCBC, IESCipher.ECIESwithSHA256, IESCipher.ECIESwithSHA256andAESCBC, IESCipher.ECIESwithSHA256andDESedeCBC, IESCipher.ECIESwithSHA384, IESCipher.ECIESwithSHA384andAESCBC, IESCipher.ECIESwithSHA384andDESedeCBC, IESCipher.ECIESwithSHA512, IESCipher.ECIESwithSHA512andAESCBC, IESCipher.ECIESwithSHA512andDESedeCBC
-
Nested classes/interfaces inherited from class org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
BaseCipherSpi.ErasableOutputStream
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
engineParams, wrapEngine
-
-
Constructor Summary
Constructors Constructor Description ECIESwithCipher(BlockCipher cipher, int ivLength)ECIESwithCipher(BlockCipher cipher, int ivLength, Digest kdfDigest, Digest macDigest)
-
Method Summary
-
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 org.bouncycastle.jcajce.provider.asymmetric.util.BaseCipherSpi
createParametersInstance, engineUnwrap, engineWrap
-
-
-
-
Constructor Detail
-
ECIESwithCipher
public ECIESwithCipher(BlockCipher cipher, int ivLength)
-
ECIESwithCipher
public ECIESwithCipher(BlockCipher cipher, int ivLength, Digest kdfDigest, Digest macDigest)
-
-