c
com.mchange.sc.v1.consuela.ethereum.net.rlpx.ECIES.BouncyCastleCipherECIES
CustomCipher
Companion object CustomCipher
class CustomCipher extends IESCipher
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomCipher
- IESCipher
- CipherSpi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CustomCipher()
Value Members
-
def
engineDoFinal(arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Array[Byte], arg4: Int): Int
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... ) @throws( ... ) @throws( ... )
-
def
engineDoFinal(arg0: Array[Byte], arg1: Int, arg2: Int): Array[Byte]
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... ) @throws( ... )
-
def
engineGetBlockSize(): Int
- Definition Classes
- IESCipher → CipherSpi
-
def
engineGetIV(): Array[Byte]
- Definition Classes
- IESCipher → CipherSpi
-
def
engineGetKeySize(arg0: Key): Int
- Definition Classes
- IESCipher → CipherSpi
-
def
engineGetOutputSize(arg0: Int): Int
- Definition Classes
- IESCipher → CipherSpi
-
def
engineGetParameters(): AlgorithmParameters
- Definition Classes
- IESCipher → CipherSpi
-
def
engineInit(arg0: Int, arg1: Key, arg2: SecureRandom): Unit
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... )
-
def
engineInit(arg0: Int, arg1: Key, arg2: AlgorithmParameterSpec, arg3: SecureRandom): Unit
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... ) @throws( ... )
-
def
engineInit(arg0: Int, arg1: Key, arg2: AlgorithmParameters, arg3: SecureRandom): Unit
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... ) @throws( ... )
-
def
engineSetMode(arg0: String): Unit
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... )
-
def
engineSetPadding(arg0: String): Unit
- Definition Classes
- IESCipher → CipherSpi
- Annotations
- @throws( ... )
-
def
engineUpdate(arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Array[Byte], arg4: Int): Int
- Definition Classes
- IESCipher → CipherSpi
-
def
engineUpdate(arg0: Array[Byte], arg1: Int, arg2: Int): Array[Byte]
- Definition Classes
- IESCipher → CipherSpi