PHP Class Airship\Cabin\Bridge\Landing\Notary

Notary service for Airship updates
Inheritance: extends LandingGear
Show file Open project: paragonie/airship

Protected Properties

Property Type Description
$chanUp Airship\Cabin\Bridge\Blueprint\ChannelUpdates
$channel string
$pk SignaturePublicKey

Public Methods

Method Description
airshipLand ( ) This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
index ( )
verify ( )

Method Details

airshipLand() public method

This function is called after the dependencies have been injected by AutoPilot. Think of it as a user-land constructor.
public airshipLand ( )

index() public method

public index ( )

verify() public method

public verify ( )

Property Details

$chanUp protected property

protected ChannelUpdates,Airship\Cabin\Bridge\Blueprint $chanUp
return Airship\Cabin\Bridge\Blueprint\ChannelUpdates

$channel protected property

protected string $channel
return string

$pk protected property

protected SignaturePublicKey $pk
return SignaturePublicKey