Packages

class CustomCipher extends IESCipher

Linear Supertypes
IESCipher, CipherSpi, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomCipher
  2. IESCipher
  3. CipherSpi
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CustomCipher()

Value Members

  1. def engineDoFinal(arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Array[Byte], arg4: Int): Int
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  2. def engineDoFinal(arg0: Array[Byte], arg1: Int, arg2: Int): Array[Byte]
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  3. def engineGetBlockSize(): Int
    Definition Classes
    IESCipher → CipherSpi
  4. def engineGetIV(): Array[Byte]
    Definition Classes
    IESCipher → CipherSpi
  5. def engineGetKeySize(arg0: Key): Int
    Definition Classes
    IESCipher → CipherSpi
  6. def engineGetOutputSize(arg0: Int): Int
    Definition Classes
    IESCipher → CipherSpi
  7. def engineGetParameters(): AlgorithmParameters
    Definition Classes
    IESCipher → CipherSpi
  8. def engineInit(arg0: Int, arg1: Key, arg2: SecureRandom): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... )
  9. def engineInit(arg0: Int, arg1: Key, arg2: AlgorithmParameterSpec, arg3: SecureRandom): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  10. def engineInit(arg0: Int, arg1: Key, arg2: AlgorithmParameters, arg3: SecureRandom): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  11. def engineSetMode(arg0: String): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... )
  12. def engineSetPadding(arg0: String): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... )
  13. def engineUpdate(arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Array[Byte], arg4: Int): Int
    Definition Classes
    IESCipher → CipherSpi
  14. def engineUpdate(arg0: Array[Byte], arg1: Int, arg2: Int): Array[Byte]
    Definition Classes
    IESCipher → CipherSpi