Class

net.psforever.crypto.CryptoInterface

CryptoDHState

Related Doc: package CryptoInterface

Permalink

class CryptoDHState extends IFinalizable

Source
CryptoInterface.scala
Linear Supertypes
IFinalizable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CryptoDHState
  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 CryptoDHState()

    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 CryptoDHState to any2stringadd[CryptoDHState] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CryptoDHState, B)

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def agree(otherPublicKey: ByteVector): ByteVector

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def assertNotClosed: Unit

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

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

    Permalink
    Definition Classes
    CryptoDHStateIFinalizable
  11. var closed: Boolean

    Permalink
    Definition Classes
    IFinalizable
  12. var dhHandle: Pointer

    Permalink
  13. def ensuring(cond: (CryptoDHState) ⇒ Boolean, msg: ⇒ Any): CryptoDHState

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoDHState to StringFormat[CryptoDHState] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. val g: Array[Byte]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getGenerator: ByteVector

    Permalink
  24. def getModulus: ByteVector

    Permalink
  25. def getPrivateKey: ByteVector

    Permalink
  26. def getPublicKey: ByteVector

    Permalink
  27. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. val p: Array[Byte]

    Permalink
  33. val privateKey: Array[Byte]

    Permalink
  34. val publicKey: Array[Byte]

    Permalink
  35. def start(): Unit

    Permalink
  36. def start(modulus: ByteVector, generator: ByteVector): Unit

    Permalink
  37. var started: Boolean

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from CryptoDHState to ArrowAssoc[CryptoDHState] 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 CryptoDHState to any2stringadd[CryptoDHState]

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

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

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

Ungrouped