PHP Class AcmePhp\Ssl\ParsedKey

See also: openssl_pkey_get_details
Author: Titouan Galopin ([email protected])
Afficher le fichier Open project: acmephp/acmephp

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

getBits() public méthode

public getBits ( ) : integer
Résultat integer

getDetail() public méthode

public getDetail ( string $name ) : mixed
$name string
Résultat mixed

getDetails() public méthode

public getDetails ( ) : array
Résultat array

getKey() public méthode

public getKey ( ) : string
Résultat string

getSource() public méthode

public getSource ( ) : Key
Résultat Key

getType() public méthode

public getType ( ) : integer
Résultat integer

hasDetail() public méthode

public hasDetail ( string $name ) : boolean
$name string
Résultat boolean