PHP Class AcmePhp\Ssl\KeyPair

Author: Titouan Galopin ([email protected])
Show file Open project: acmephp/acmephp Class Usage Examples

Public Methods

Method Description
__construct ( PublicKey $publicKey, PrivateKey $privateKey )
getPrivateKey ( ) : PrivateKey
getPublicKey ( ) : PublicKey

Method Details

__construct() public method

public __construct ( PublicKey $publicKey, PrivateKey $privateKey )
$publicKey PublicKey
$privateKey PrivateKey

getPrivateKey() public method

public getPrivateKey ( ) : PrivateKey
return PrivateKey

getPublicKey() public method

public getPublicKey ( ) : PublicKey
return PublicKey