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
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @native() @throws( ... )
 
 - 
      
      
      
        
      
    
      
        
        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
      
      
        engineDoFinal(arg0: ByteBuffer, arg1: ByteBuffer): Int
      
      
      
- Attributes
 - protected[javax.crypto]
 - Definition Classes
 - CipherSpi
 - Annotations
 - @throws( ... ) @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
      
      
        engineUnwrap(arg0: Array[Byte], arg1: String, arg2: Int): Key
      
      
      
- Attributes
 - protected[javax.crypto]
 - Definition Classes
 - CipherSpi
 - Annotations
 - @throws( ... ) @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
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        engineUpdate(arg0: ByteBuffer, arg1: ByteBuffer): Int
      
      
      
- Attributes
 - protected[javax.crypto]
 - Definition Classes
 - CipherSpi
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        engineUpdateAAD(arg0: ByteBuffer): Unit
      
      
      
- Attributes
 - protected[javax.crypto]
 - Definition Classes
 - CipherSpi
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        engineUpdateAAD(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
      
      
      
- Attributes
 - protected[javax.crypto]
 - Definition Classes
 - CipherSpi
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        engineWrap(arg0: Key): Array[Byte]
      
      
      
- Attributes
 - protected[javax.crypto]
 - Definition Classes
 - CipherSpi
 - Annotations
 - @throws( ... ) @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[java.lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @throws( ... )