Home
last modified time | relevance | path

Searched refs:TAG_CLASS_UNIVERSAL (Results 1 – 7 of 7) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetTrait.php37 AbstractType::TAG_CLASS_UNIVERSAL => [],
58 $children[AbstractType::TAG_CLASS_UNIVERSAL],
H A DAbstractType.php25 public const TAG_CLASS_UNIVERSAL = 0x00;
107 protected $taggingClass = self::TAG_CLASS_UNIVERSAL;
20 public const TAG_CLASS_UNIVERSAL = 0x00; global() define in FreeDSx\\Asn1\\Type\\AbstractType
H A DIncompleteType.php27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php109 if ($keyItem instanceof OctetStringType && $keyItem->getTagClass() === AbstractType::TAG_CLASS_UNIVERSAL) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php257 if ($child->getTagClass() !== AbstractType::TAG_CLASS_UNIVERSAL) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php345 return $type->setTagClass(AbstractType::TAG_CLASS_UNIVERSAL)->setTagNumber($tagNumber);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php171 $newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractType::TAG_CLASS_UNIVERSAL);
360 $tagType = ($class === AbstractType::TAG_CLASS_UNIVERSAL) ? $tagNumber : ($this->tmpTagMap[$class][$tagNumber] ?? null);