Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ServerDHParamsFail

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { nonce: BigInteger; serverNonce: BigInteger; newNonceHash: BigInteger }

Type declaration

  • nonce: BigInteger
  • serverNonce: BigInteger
  • newNonceHash: BigInteger
CONSTRUCTOR_ID: 2043348061
SUBCLASS_OF_ID: 2786626974
classType: "constructor"
className: "ServerDHParamsFail"
nonce: BigInteger
serverNonce: BigInteger
newNonceHash: BigInteger

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer
  • toJSON(): { nonce: BigInteger; serverNonce: BigInteger; newNonceHash: BigInteger }
  • Returns { nonce: BigInteger; serverNonce: BigInteger; newNonceHash: BigInteger }

    • nonce: BigInteger
    • serverNonce: BigInteger
    • newNonceHash: BigInteger

Constructors

  • new ServerDHParamsFail(args: { nonce: BigInteger; serverNonce: BigInteger; newNonceHash: BigInteger }): ServerDHParamsFail

Generated using TypeDoc