Class

net.psforever.crypto.CryptoInterface

CryptoState

Related Doc: package CryptoInterface

Permalink

class CryptoState extends IFinalizable

Source
CryptoInterface.scala
Linear Supertypes
IFinalizable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CryptoState
  2. IFinalizable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CryptoState(decryptionKey: ByteVector, encryptionKey: ByteVector)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to any2stringadd[CryptoState] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CryptoState, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to ArrowAssoc[CryptoState] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def assertNotClosed: Unit

    Permalink
    Definition Classes
    IFinalizable
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close: Unit

    Permalink
    Definition Classes
    CryptoStateIFinalizable
  10. var closed: Boolean

    Permalink
    Definition Classes
    IFinalizable
  11. var decCryptoHandle: Pointer

    Permalink
  12. def decrypt(ciphertext: ByteVector): ByteVector

    Permalink
  13. val decryptionKey: ByteVector

    Permalink
  14. var encCryptoHandle: Pointer

    Permalink
  15. def encrypt(plaintext: ByteVector): ByteVector

    Permalink
  16. val encryptionKey: ByteVector

    Permalink
  17. def ensuring(cond: (CryptoState) ⇒ Boolean, msg: ⇒ Any): CryptoState

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to Ensuring[CryptoState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (CryptoState) ⇒ Boolean): CryptoState

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to Ensuring[CryptoState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): CryptoState

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to Ensuring[CryptoState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): CryptoState

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to Ensuring[CryptoState] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

    Permalink
    Definition Classes
    IFinalizable → AnyRef
  24. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to StringFormat[CryptoState] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def [B](y: B): (CryptoState, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoState to ArrowAssoc[CryptoState] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from IFinalizable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CryptoState to any2stringadd[CryptoState]

Inherited by implicit conversion StringFormat from CryptoState to StringFormat[CryptoState]

Inherited by implicit conversion Ensuring from CryptoState to Ensuring[CryptoState]

Inherited by implicit conversion ArrowAssoc from CryptoState to ArrowAssoc[CryptoState]

Ungrouped