PHP Class ParagonIE\EasyRSA\PrivateKey

Datei anzeigen Open project: paragonie/easyrsa Class Usage Examples

Protected Properties

Property Type Description
$keyMaterial

Public Methods

Method Description
__construct ( $string ) PrivateKey constructor.
__debugInfo ( ) : array
getKey ( ) : string
getPublicKey ( ) return PublicKey

Method Details

__construct() public method

PrivateKey constructor.
public __construct ( $string )
$string

__debugInfo() public method

public __debugInfo ( ) : array
return array

getKey() public method

public getKey ( ) : string
return string

getPublicKey() public method

return PublicKey
public getPublicKey ( )

Property Details

$keyMaterial protected_oe property

protected $keyMaterial