Searched refs:TAG_CLASS_UNIVERSAL (Results 1 – 7 of 7) sorted by relevance
37 AbstractType::TAG_CLASS_UNIVERSAL => [],58 $children[AbstractType::TAG_CLASS_UNIVERSAL],
25 public const TAG_CLASS_UNIVERSAL = 0x00; define in FreeDSx\\Asn1\\Type\\AbstractType107 protected $taggingClass = self::TAG_CLASS_UNIVERSAL;
27 … __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isCo…
109 …Item instanceof OctetStringType && $keyItem->getTagClass() === AbstractType::TAG_CLASS_UNIVERSAL) {
257 if ($child->getTagClass() !== AbstractType::TAG_CLASS_UNIVERSAL) {
345 return $type->setTagClass(AbstractType::TAG_CLASS_UNIVERSAL)->setTagNumber($tagNumber);
171 …ytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractType::TAG_CLASS_UNIVERSAL);360 …$tagType = ($class === AbstractType::TAG_CLASS_UNIVERSAL) ? $tagNumber : ($this->tmpTagMap[$class]…