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 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false) argument
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 = '') argument
H A DAbstractType.php107 protected $isConstructed = false; global() variable in FreeDSx\\Asn1\\Type\\AbstractType
134 setIsConstructed(bool $isConstructed) global() argument
H A DBitStringType.php130 public static function withTag($tagNumber, int $class, bool $isConstructed, string $value = '') argument
H A DAbstractTimeType.php169 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 DDerEncoder.php53 protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null): AbstractType argument
H A DBerEncoder.php289 decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstructed = null, $class = null) global() argument
[all...]