Searched defs:isConstructed (Results 1 – 9 of 9) sorted by relevance
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/ |
H A D | IncompleteType.php | 27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false) argument
|
H A D | SequenceType.php | 28 protected $isConstructed = true; variable in FreeDSx\\Asn1\\Type\\SequenceType
|
H A D | SetType.php | 24 protected $isConstructed = true; variable in FreeDSx\\Asn1\\Type\\SetType
|
H A D | AbstractStringType.php | 72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '') argument
|
H A D | AbstractType.php | 107 protected $isConstructed = false; global() variable in FreeDSx\\Asn1\\Type\\AbstractType 134 setIsConstructed(bool $isConstructed) global() argument
|
H A D | BitStringType.php | 130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') argument
|
H A D | AbstractTimeType.php | 169 withTag($tagNumber, int $class, bool $isConstructed, \\DateTime $dateTime = null, string $dateFormat, string $tzFormat) global() argument
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
H A D | DerEncoder.php | 53 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType argument
|
H A D | BerEncoder.php | 289 decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null) global() argument [all...] |