PHP Class Airship\Engine\Continuum\Supplier

This abstracts away a particular supplier.
Afficher le fichier Open project: paragonie/airship Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $name, array $data = [] ) Supplier constructor.
getChannels ( ) : array Get all of the channels
getName ( ) : string Get an array SignaturePublicKey objects
getSigningKeys ( ) : array Get an array SignaturePublicKey objects
reloadSigningKeys ( array $data = [] ) : self Reload the signing keys

Method Details

__construct() public méthode

Supplier constructor.
public __construct ( $name, array $data = [] )
$name
$data array

getChannels() public méthode

Get all of the channels
public getChannels ( ) : array
Résultat array

getName() public méthode

Get an array SignaturePublicKey objects
public getName ( ) : string
Résultat string

getSigningKeys() public méthode

Get an array SignaturePublicKey objects
public getSigningKeys ( ) : array
Résultat array

reloadSigningKeys() public méthode

Reload the signing keys
public reloadSigningKeys ( array $data = [] ) : self
$data array
Résultat self