PHP Класс phpseclib\Common\Functions\ASN1

Автор: Jim Wigginton ([email protected])
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
decodeLength ( string &$string ) : integer DER-decode the length
encodeLength ( integer $length ) : string DER-encode the length

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

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

DER supports lengths up to (2**8)**127, however, we'll only support lengths up to (2**8)**4. See {@link http://itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#p=13 X.690 paragraph 8.1.3} for more information.
static public decodeLength ( string &$string ) : integer
$string string
Результат integer

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

DER supports lengths up to (2**8)**127, however, we'll only support lengths up to (2**8)**4. See {@link http://itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf#p=13 X.690 paragraph 8.1.3} for more information.
static public encodeLength ( integer $length ) : string
$length integer
Результат string