PHP Класс ParagonIE\Halite\Symmetric\Config

Наследование: extends ParagonIE\Halite\Config
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
getConfig ( string $header, string $mode = 'encrypt' ) : self Get the configuration
getConfigAuth ( integer $major, integer $minor ) : array Get the configuration for seal operations
getConfigEncrypt ( integer $major, integer $minor ) : array Get the configuration for encrypt operations

Описание методов

getConfig() публичный статический Метод

Get the configuration
public static getConfig ( string $header, string $mode = 'encrypt' ) : self
$header string
$mode string
Результат self

getConfigAuth() публичный статический Метод

Get the configuration for seal operations
public static getConfigAuth ( integer $major, integer $minor ) : array
$major integer
$minor integer
Результат array

getConfigEncrypt() публичный статический Метод

Get the configuration for encrypt operations
public static getConfigEncrypt ( integer $major, integer $minor ) : array
$major integer
$minor integer
Результат array