PHP Класс Airship\Cabin\Bridge\Blueprint\ChannelUpdates

Manage key updates from a particular channel
Наследование: extends BlueprintGear
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( Database $db, string $channel = '' ) ChannelUpdates constructor.
verifyUpdate ( SignatureSecretKey $sk, string $challenge ) : array Return an encoded message containing the updates, and an encoded Ed25519 signature of the message.

Защищенные методы

Метод Описание
getChannelURLs ( boolean $doNotShuffle = false ) : array Get all URLs
getChannelUpdates ( string $root ) : array Send the HTTP request, return the
getKeyUpdates ( MerkleTree $tree ) : array Get key updates from the channel
getMerkleTree ( ) : MerkleTree Get the current Merkle tree for our active channel.
getUpdatedMerkleTree ( ) : MerkleTree Get the Merkle tree with key updates factored in.
insertKey ( array $keyData, array $nodeData ) : boolean We are creating a new key
notifyPeersOfNewUpdate ( ) This propagates the new update through the network.
parseChannelUpdateResponse ( array $data, DateTime $originated ) : array Parse the HTTP response and get the useful information out of it.
revokeKey ( array $keyData, array $nodeData ) : boolean We are removing a key from our trust store.
storeUpdate ( array $nodeData ) : boolean Store the new update in the database.
updatePackageQueue ( array $pkgData, integer $treeUpdateID ) : boolean We're storing metadata about a package in the database.
verifyMasterSignature ( array $supplierData, array $keyData, array $nodeData ) : boolean Verify that this key update was signed by the master key for this supplier.

Описание методов

__construct() публичный Метод

ChannelUpdates constructor.
public __construct ( Database $db, string $channel = '' )
$db Database
$channel string

getChannelURLs() защищенный Метод

Get all URLs
protected getChannelURLs ( boolean $doNotShuffle = false ) : array
$doNotShuffle boolean
Результат array

getChannelUpdates() защищенный Метод

Send the HTTP request, return the
protected getChannelUpdates ( string $root ) : array
$root string
Результат array

getKeyUpdates() защищенный Метод

Get key updates from the channel
protected getKeyUpdates ( MerkleTree $tree ) : array
$tree MerkleTree
Результат array

getMerkleTree() защищенный Метод

Get the current Merkle tree for our active channel.
protected getMerkleTree ( ) : MerkleTree
Результат MerkleTree

getUpdatedMerkleTree() защищенный Метод

Get the Merkle tree with key updates factored in.
protected getUpdatedMerkleTree ( ) : MerkleTree
Результат MerkleTree

insertKey() защищенный Метод

We are creating a new key
protected insertKey ( array $keyData, array $nodeData ) : boolean
$keyData array
$nodeData array
Результат boolean

notifyPeersOfNewUpdate() защищенный Метод

This propagates the new update through the network.
protected notifyPeersOfNewUpdate ( )

parseChannelUpdateResponse() защищенный Метод

Parse the HTTP response and get the useful information out of it.
protected parseChannelUpdateResponse ( array $data, DateTime $originated ) : array
$data array
$originated DateTime
Результат array

revokeKey() защищенный Метод

We are removing a key from our trust store.
protected revokeKey ( array $keyData, array $nodeData ) : boolean
$keyData array
$nodeData array
Результат boolean

storeUpdate() защищенный Метод

Store the new update in the database.
protected storeUpdate ( array $nodeData ) : boolean
$nodeData array
Результат boolean

updatePackageQueue() защищенный Метод

We're storing metadata about a package in the database.
protected updatePackageQueue ( array $pkgData, integer $treeUpdateID ) : boolean
$pkgData array
$treeUpdateID integer
Результат boolean

verifyMasterSignature() защищенный Метод

Verify that this key update was signed by the master key for this supplier.
protected verifyMasterSignature ( array $supplierData, array $keyData, array $nodeData ) : boolean
$supplierData array
$keyData array
$nodeData array
Результат boolean

verifyUpdate() публичный Метод

Return an encoded message containing the updates, and an encoded Ed25519 signature of the message.
public verifyUpdate ( SignatureSecretKey $sk, string $challenge ) : array
$sk SignatureSecretKey
$challenge string
Результат array