PHP Класс phpseclib\Crypt\RSA\OpenSSH

Автор: Jim Wigginton ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$comment string Default comment

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

Метод Описание
load ( string $key, string $password = '' ) : array Break a public or private key down into its constituent components
savePublicKey ( phpseclib\Math\BigInteger $n, phpseclib\Math\BigInteger $e ) : string Convert a public key to the appropriate format
setComment ( string $comment ) Sets the default comment

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

load() статический публичный Метод

Break a public or private key down into its constituent components
static public load ( string $key, string $password = '' ) : array
$key string
$password string optional
Результат array

savePublicKey() статический публичный Метод

Convert a public key to the appropriate format
static public savePublicKey ( phpseclib\Math\BigInteger $n, phpseclib\Math\BigInteger $e ) : string
$n phpseclib\Math\BigInteger
$e phpseclib\Math\BigInteger
Результат string

setComment() статический публичный Метод

Sets the default comment
static public setComment ( string $comment )
$comment string

Описание свойств

$comment статическое публичное свойство

Default comment
static public string $comment
Результат string