Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorAuthSSHPublicKey

final class PhabricatorAuthSSHPublicKey
Phabricator Technical Documentation (Auth)

Data structure representing a raw public key.

Methods

private function __construct()

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

public static function newFromStoredKey($key)

This method is not documented.
Parameters
PhabricatorAuthSSHKey$key
Return
wild

public static function newFromRawKey($entire_key)

This method is not documented.
Parameters
$entire_key
Return
wild

public function getType()

This method is not documented.
Return
wild

public function getBody()

This method is not documented.
Return
wild

public function getComment()

This method is not documented.
Return
wild

public function getHash()

This method is not documented.
Return
wild

public function getEntireKey()

This method is not documented.
Return
wild

public function toPKCS8()

This method is not documented.
Return
wild

public function forcePopulatePKCS8Cache($pkcs8_key)

This method is not documented.
Parameters
$pkcs8_key
Return
wild

private function getPKCS8CacheKey($entire_key)

This method is not documented.
Parameters
$entire_key
Return
wild