PHP Class Bitpay\Storage\EncryptedFilesystemStorage

Inheritance: implements Bitpay\Storage\StorageInterface
Mostrar archivo Open project: bitpay/php-client Class Usage Examples

Public Methods

Method Description
__construct ( string $password )
load ( $id )
persist ( Bitpay\KeyInterface $key )

Method Details

__construct() public method

public __construct ( string $password )
$password string

load() public method

public load ( $id )

persist() public method

public persist ( Bitpay\KeyInterface $key )
$key Bitpay\KeyInterface