SSL
extends Model
in package
Holds SSL information that is used to generate a request to the api.
Table of Contents
Properties
- $certificate : string
- $chain : string
- $privateKey : string
Methods
- getCertificate() : string
- getChain() : string
- getPrivateKey() : string
- setCertificate() : void
- setChain() : void
- setPrivateKey() : void
Properties
$certificate
protected
string
$certificate
$chain
protected
string
$chain
$privateKey
protected
string
$privateKey
Methods
getCertificate()
public
getCertificate() : string
Return values
stringgetChain()
public
getChain() : string
Return values
stringgetPrivateKey()
public
getPrivateKey() : string
Return values
stringsetCertificate()
public
setCertificate(string $certificate) : void
Parameters
- $certificate : string
setChain()
public
setChain(string $chain) : void
Parameters
- $chain : string
setPrivateKey()
public
setPrivateKey(string $private_key) : void
Parameters
- $private_key : string