PHP Class Kelunik\AcmeClient\Stores\KeyStore

Show file Open project: kelunik/acme-client Class Usage Examples

Public Methods

Method Description
__construct ( $root = "" )
get ( $path )
put ( $path, KeyPair $keyPair )

Private Methods

Method Description
doGet ( $path )
doPut ( $path, KeyPair $keyPair )

Method Details

__construct() public method

public __construct ( $root = "" )

get() public method

public get ( $path )

put() public method

public put ( $path, KeyPair $keyPair )
$keyPair Kelunik\Acme\KeyPair