Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorAuthSSHPrivateKey

final class PhabricatorAuthSSHPrivateKey
Phabricator Technical Documentation (Auth)

Data structure representing a raw private key.

Methods

private function __construct()

This method is not documented.
Return
this//Implicit.//

public function setPassphrase($passphrase)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$passphrase
Return
wild

public function getPassphrase()

This method is not documented.
Return
wild

public static function newFromRawKey($entire_key)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$entire_key
Return
wild

public function getKeyBody()

This method is not documented.
Return
wild

public function newBarePrivateKey()

This method is not documented.
Return
wild

private function newTemporaryPrivateKeyFile($key_body)

This method is not documented.
Parameters
PhutilOpaqueEnvelope$key_body
Return
wild