Home
last modified time | relevance | path

Searched defs:isConstructed (Results 1 – 9 of 9) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DIncompleteType.php27 …ue, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false)
H A DSequenceType.php28 protected $isConstructed = true; variable in FreeDSx\\Asn1\\Type\\SequenceType
H A DSetType.php24 protected $isConstructed = true; variable in FreeDSx\\Asn1\\Type\\SetType
H A DAbstractStringType.php72 public static function withTag($tagNumber, int $class, bool $isConstructed, $value = '')
H A DAbstractType.php112 protected $isConstructed = false; variable in FreeDSx\\Asn1\\Type\\AbstractType
139 public function setIsConstructed(bool $isConstructed)
H A DBitStringType.php130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '')
H A DAbstractTimeType.php176 …public static function withTag($tagNumber, int $class, bool $isConstructed, ?DateTimeInterface $da…
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php53 …n decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class…
H A DBerEncoder.php328 …n decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class…