Searched refs:getIsConstructed (Results 1 – 3 of 3) sorted by relevance
90 if ($type instanceof OctetStringType && $type->getIsConstructed()) {93 if ($type instanceof BitStringType && $type->getIsConstructed()) {96 …ype instanceof AbstractStringType && $type->isCharacterRestricted() && $type->getIsConstructed()) {
171 …$newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractT…205 case $type->getIsConstructed():236 … $tag = $type->getTagClass() | ($type->getIsConstructed() ? AbstractType::CONSTRUCTED_TYPE : 0);
130 public function getIsConstructed(): bool function in FreeDSx\\Asn1\\Type\\AbstractType