YandexCert
Table of Contents
Properties
Methods
- clear() : mixed
- generate() : mixed
- getCert() : mixed
- getCn() : string
- getCsr() : mixed
- getSign() : mixed
- getValue() : mixed|string
- isLoaded() : bool
- setCert() : mixed
Properties
$cn
public
static mixed
$cn
= ''
$csr
public
static mixed
$csr
= null
$errors
public
static mixed
$errors
= array()
$pkey
public
static mixed
$pkey
= null
$sign
public
static mixed
$sign
= null
Methods
clear()
public
static clear(mixed $shopId[, bool $all = false ]) : mixed
Parameters
- $shopId : mixed
- $all : bool = false
Tags
generate()
public
static generate(mixed $shopId, mixed $companyName) : mixed
Parameters
- $shopId : mixed
- $companyName : mixed
getCert()
public
static getCert(mixed $shopId) : mixed
Parameters
- $shopId : mixed
getCn()
public
static getCn(mixed $shopId) : string
Parameters
- $shopId : mixed
Return values
stringgetCsr()
public
static getCsr(mixed $shopId) : mixed
Parameters
- $shopId : mixed
Tags
getSign()
public
static getSign(mixed $shopId) : mixed
Parameters
- $shopId : mixed
getValue()
public
static getValue(mixed $field, mixed $shopId) : mixed|string
Parameters
- $field : mixed
- $shopId : mixed
Return values
mixed|stringisLoaded()
public
static isLoaded(mixed $shopId) : bool
Parameters
- $shopId : mixed
Tags
Return values
boolsetCert()
public
static setCert(mixed $file, mixed $shopId) : mixed
Parameters
- $file : mixed
- $shopId : mixed