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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def engineDoFinal(arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Array[Byte], arg4: Int): Int
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  7. def engineDoFinal(arg0: Array[Byte], arg1: Int, arg2: Int): Array[Byte]
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  8. def engineDoFinal(arg0: ByteBuffer, arg1: ByteBuffer): Int
    Attributes
    protected[javax.crypto]
    Definition Classes
    CipherSpi
    Annotations
    @throws( ... ) @throws( ... ) @throws( ... )
  9. def engineGetBlockSize(): Int
    Definition Classes
    IESCipher → CipherSpi
  10. def engineGetIV(): Array[Byte]
    Definition Classes
    IESCipher → CipherSpi
  11. def engineGetKeySize(arg0: Key): Int
    Definition Classes
    IESCipher → CipherSpi
  12. def engineGetOutputSize(arg0: Int): Int
    Definition Classes
    IESCipher → CipherSpi
  13. def engineGetParameters(): AlgorithmParameters
    Definition Classes
    IESCipher → CipherSpi
  14. def engineInit(arg0: Int, arg1: Key, arg2: SecureRandom): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... )
  15. def engineInit(arg0: Int, arg1: Key, arg2: AlgorithmParameterSpec, arg3: SecureRandom): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  16. def engineInit(arg0: Int, arg1: Key, arg2: AlgorithmParameters, arg3: SecureRandom): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  17. def engineSetMode(arg0: String): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... )
  18. def engineSetPadding(arg0: String): Unit
    Definition Classes
    IESCipher → CipherSpi
    Annotations
    @throws( ... )
  19. def engineUnwrap(arg0: Array[Byte], arg1: String, arg2: Int): Key
    Attributes
    protected[javax.crypto]
    Definition Classes
    CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  20. def engineUpdate(arg0: Array[Byte], arg1: Int, arg2: Int, arg3: Array[Byte], arg4: Int): Int
    Definition Classes
    IESCipher → CipherSpi
  21. def engineUpdate(arg0: Array[Byte], arg1: Int, arg2: Int): Array[Byte]
    Definition Classes
    IESCipher → CipherSpi
  22. def engineUpdate(arg0: ByteBuffer, arg1: ByteBuffer): Int
    Attributes
    protected[javax.crypto]
    Definition Classes
    CipherSpi
    Annotations
    @throws( ... )
  23. def engineUpdateAAD(arg0: ByteBuffer): Unit
    Attributes
    protected[javax.crypto]
    Definition Classes
    CipherSpi
  24. def engineUpdateAAD(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.crypto]
    Definition Classes
    CipherSpi
  25. def engineWrap(arg0: Key): Array[Byte]
    Attributes
    protected[javax.crypto]
    Definition Classes
    CipherSpi
    Annotations
    @throws( ... ) @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from IESCipher

Inherited from CipherSpi

Inherited from AnyRef

Inherited from Any

Ungrouped