PHP Класс AcmePhp\Ssl\ParsedKey

См. также: openssl_pkey_get_details
Автор: Titouan Galopin ([email protected])
Показать файл Открыть проект

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

Метод Описание
__construct ( Key $source, string $key, integer $bits, integer $type, array $details = [] )
getBits ( ) : integer
getDetail ( string $name ) : mixed
getDetails ( ) : array
getKey ( ) : string
getSource ( ) : Key
getType ( ) : integer
hasDetail ( string $name ) : boolean

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

__construct() публичный метод

public __construct ( Key $source, string $key, integer $bits, integer $type, array $details = [] )
$source Key
$key string
$bits integer
$type integer
$details array

getBits() публичный метод

public getBits ( ) : integer
Результат integer

getDetail() публичный метод

public getDetail ( string $name ) : mixed
$name string
Результат mixed

getDetails() публичный метод

public getDetails ( ) : array
Результат array

getKey() публичный метод

public getKey ( ) : string
Результат string

getSource() публичный метод

public getSource ( ) : Key
Результат Key

getType() публичный метод

public getType ( ) : integer
Результат integer

hasDetail() публичный метод

public hasDetail ( string $name ) : boolean
$name string
Результат boolean