Documentation

Rsa
in package

Table of Contents

Properties

$rsa  : mixed

Methods

__construct()  : mixed
create()  : mixed
decode()  : mixed
encode()  : mixed

Properties

$rsa

public mixed $rsa

Methods

__construct()

public __construct() : mixed

create()

public create() : mixed

decode()

public decode(mixed $data, mixed $private_key) : mixed
Parameters
$data : mixed
$private_key : mixed

encode()

public encode(mixed $data, mixed $public_key) : mixed
Parameters
$data : mixed
$public_key : mixed

        
On this page

Search results