Plinker RPC Documentation v0.0.1
Class Plinker Lib

Signer

Methods
  • __construct(array $config)  :  void
  • encrypt(string $plaintext, string $password)  :  string
  • decrypt(string $ciphertext, string $password)  :  string | null
  • encode(array $data)  :  array
  • decode(array $data)  :  array | null
Methods Details
  • public function __construct(array $config)
  • private function encrypt(string $plaintext, string $password)
  • private function decrypt(string $ciphertext, string $password)
  • public function encode(array $data)
  • public function decode(array $data)