Certificate
in package
FinalYes
Tags
Table of Contents
Properties
- $certFile : string
- $keyFile : string
- $passphase : string|null
Methods
- __construct() : mixed
- getCertFile() : string
- getKeyFile() : string
- getPassphrase() : string|null
Properties
$certFile read-only
private
string
$certFile
$keyFile read-only
private
string
$keyFile
$passphase read-only
private
string|null
$passphase
Methods
__construct()
public
__construct(string $certFile[, string|null $keyFile = null ][, string|null $passphrase = null ]) : mixed
Parameters
- $certFile : string
-
Certificate file with the certificate + intermediaries.
- $keyFile : string|null = null
-
Key file with the corresponding private key or
nullif the key is in $certFile. - $passphrase : string|null = null
getCertFile()
public
getCertFile() : string
Return values
stringgetKeyFile()
public
getKeyFile() : string
Return values
stringgetPassphrase()
public
getPassphrase() : string|null