[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/ -> PublicKey.php (summary)

DH Public Key

Author: Jim Wigginton
Copyright: 2015 Jim Wigginton
License: http://www.opensource.org/licenses/mit-license.html MIT License
Link: http://phpseclib.sourceforge.net
File Size: 49 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  toString()
  toBigInteger()

Functions
Functions that are not part of a class:

toString($type, array $options = [])   X-Ref
Returns the public key

param: string $type
param: array $options optional
return: string

toBigInteger()   X-Ref
Returns the public key as a BigInteger

return: \phpseclib3\Math\BigInteger