PHP Class AwsInspector\Ssh\PrivateKey

Datei anzeigen Open project: aoepeople/stackformation Class Usage Examples

Protected Properties

Property Type Description
$keys
$privateKeyFile
$unlocked

Public Methods

Method Description
__destruct ( )
get ( $privateKeyFile )
getPrivateKeyFile ( )

Protected Methods

Method Description
__construct ( $privateKeyFile )

Method Details

__construct() protected method

protected __construct ( $privateKeyFile )

__destruct() public method

public __destruct ( )

get() public static method

public static get ( $privateKeyFile )

getPrivateKeyFile() public method

public getPrivateKeyFile ( )

Property Details

$keys protected_oe static_oe property

protected static $keys

$privateKeyFile protected_oe property

protected $privateKeyFile

$unlocked protected_oe property

protected $unlocked