PHP Class AcmePhp\Ssl\Key

Author: Jérémy Derussé ([email protected])
Show file Open project: acmephp/acmephp Class Usage Examples

Protected Properties

Property Type Description
$keyPEM string

Public Methods

Method Description
__construct ( string $keyPEM )
getPEM ( ) : string
getResource ( ) : resource

Method Details

__construct() public method

public __construct ( string $keyPEM )
$keyPEM string

getPEM() public method

public getPEM ( ) : string
return string

getResource() abstract public method

abstract public getResource ( ) : resource
return resource

Property Details

$keyPEM protected property

protected string $keyPEM
return string