Searched refs:SetType (Results 1 – 8 of 8) sorted by relevance
18 class SetType extends AbstractType class49 * @return SetType
18 class SetOfType extends SetType
20 use FreeDSx\Asn1\Type\SetType; alias79 protected function encodeSet(SetType $set)
31 use FreeDSx\Asn1\Type\SetType; alias163 case $type instanceof SetType:460 … $type = EncodedType\SetType::withTag($tagNumber, $class, $this->decodeConstructedType($length));1119 * @param SetType $set1123 protected function encodeSet(SetType $set)
35 use FreeDSx\Asn1\Type\SetType; alias298 * @return SetType300 public static function set(AbstractType ...$types) : SetType302 return new SetType(...$types);
16 use FreeDSx\Asn1\Type\SetType; alias154 if (!($type instanceof SetType)) {
17 use FreeDSx\Asn1\Type\SetType; alias109 if (!($attrType instanceof OctetStringType && $vals instanceof SetType)) {
18 use FreeDSx\Asn1\Type\SetType; alias183 if (!($attrType instanceof OctetStringType && $attrVals instanceof SetType)) {