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 …ue, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false)
|
| 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 = '')
|
| H A D | AbstractType.php | 112 protected $isConstructed = false; variable in FreeDSx\\Asn1\\Type\\AbstractType 139 public function setIsConstructed(bool $isConstructed)
|
| H A D | BitStringType.php | 130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '')
|
| H A D | AbstractTimeType.php | 176 …public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $da…
|
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
| H A D | DerEncoder.php | 53 …n decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class…
|
| H A D | BerEncoder.php | 328 …n decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class…
|