Home
last modified time | relevance | path

Searched refs:CONSTRUCTED_TYPE (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php92 public const CONSTRUCTED_TYPE = 0x20;
87 public const CONSTRUCTED_TYPE = 0x20; global() define in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php236 $tag = $type->getTagClass() | ($type->getIsConstructed() ? AbstractType::CONSTRUCTED_TYPE : 0);
334 $isConstructed = (bool)($tag & AbstractType::CONSTRUCTED_TYPE);