Extensions
in package
AbstractYes
Extensions
Tags
Table of Contents
Constants
- MAP = [ 'type' => \phpseclib3\File\ASN1::TYPE_SEQUENCE, 'min' => 1, // technically, it's MAX, but we'll assume anything < 0 is MAX 'max' => -1, // if 'children' isn't an array then 'min' and 'max' must be defined 'children' => \phpseclib3\File\ASN1\Maps\Extension::MAP, ]
Constants
MAP
public
mixed
MAP
= [
'type' => \phpseclib3\File\ASN1::TYPE_SEQUENCE,
'min' => 1,
// technically, it's MAX, but we'll assume anything < 0 is MAX
'max' => -1,
// if 'children' isn't an array then 'min' and 'max' must be defined
'children' => \phpseclib3\File\ASN1\Maps\Extension::MAP,
]