[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ -> PrivateKey.php (summary)

PrivateKey interface

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

Defines 1 class

PrivateKey:: (4 methods):
  sign()
  getPublicKey()
  toString()
  withPassword()


Interface: PrivateKey  - X-Ref

PrivateKey interface

sign($message)   X-Ref
No description

getPublicKey()   X-Ref
No description

toString($type, array $options = [])   X-Ref
No description

withPassword($password = false)   X-Ref

param: string|false $password
return: mixed