Package com.biglybt.core.security.impl
Class CryptoHandlerECC.InternalECIES
java.lang.Object
org.gudy.bouncycastle.jce.provider.JCEIESCipher
org.gudy.bouncycastle.jce.provider.JCEIESCipher.ECIES
com.biglybt.core.security.impl.CryptoHandlerECC.InternalECIES
- Enclosing class:
CryptoHandlerECC
-
Nested Class Summary
Nested classes/interfaces inherited from class org.gudy.bouncycastle.jce.provider.JCEIESCipher
JCEIESCipher.ECIES
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]
internalEngineDoFinal
(byte[] input, int inputOffset, int inputLen) void
internalEngineInit
(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) Methods inherited from class org.gudy.bouncycastle.jce.provider.JCEIESCipher
engineDoFinal, engineDoFinal, engineGetBlockSize, engineGetIV, engineGetKeySize, engineGetOutputSize, engineGetParameters, engineInit, engineInit, engineInit, engineSetMode, engineSetPadding, engineUpdate, engineUpdate
-
Constructor Details
-
InternalECIES
InternalECIES()
-
-
Method Details
-
internalEngineInit
public void internalEngineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException -
internalEngineDoFinal
protected byte[] internalEngineDoFinal(byte[] input, int inputOffset, int inputLen) throws IllegalBlockSizeException, BadPaddingException
-