PHP Class Kelunik\AcmeClient\Stores\KeyStore

Afficher le fichier Open project: kelunik/acme-client Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $root = "" )
get ( $path )
put ( $path, KeyPair $keyPair )

Private Methods

Méthode Description
doGet ( $path )
doPut ( $path, KeyPair $keyPair )

Method Details

__construct() public méthode

public __construct ( $root = "" )

get() public méthode

public get ( $path )

put() public méthode

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