Documentation

Certificate
in package

Certificate wrapper

Tags
since
18.0.55

Table of Contents

__construct()  : mixed
getCaCert()  : string
Returns the content of the CA certificate
getCaFile()  : string
Returns the file name of the CA certificate
getCert()  : string
Returns the content of the certificate
getCertFile()  : string
Returns the file name of the certificate
getCsr()  : string
Returns the certificate signing request (CSR)
getId()  : int
Returns the certificate ID
getName()  : string
Returns the name of the certificate
getPvtKey()  : string
Returns the certificate's private key

Methods

__construct()

public __construct(int $id) : mixed
Parameters
$id : int
Return values
mixed

getCaCert()

Returns the content of the CA certificate

public getCaCert() : string
Return values
string

getCaFile()

Returns the file name of the CA certificate

public getCaFile() : string
Return values
string

getCert()

Returns the content of the certificate

public getCert() : string
Return values
string

getCertFile()

Returns the file name of the certificate

public getCertFile() : string
Return values
string

getCsr()

Returns the certificate signing request (CSR)

public getCsr() : string
Return values
string

getId()

Returns the certificate ID

public getId() : int
Return values
int

getName()

Returns the name of the certificate

public getName() : string
Return values
string

getPvtKey()

Returns the certificate's private key

public getPvtKey() : string
Return values
string

Search results