Searched refs:SetOfType (Results 1 – 4 of 4) sorted by relevance
16 use FreeDSx\Asn1\Type\SetOfType; alias131 * @param SetOfType $setOf134 protected function encodeSetOf(SetOfType $setOf)
32 use FreeDSx\Asn1\Type\SetOfType; alias199 case $type instanceof SetOfType:1171 * @param SetOfType $set1175 protected function encodeSetOf(SetOfType $set)
35 use FreeDSx\Asn1\Type\SetOfType; alias308 * @return SetOfType310 public static function setOf(AbstractType ...$types): SetOfType312 return new SetOfType(...$types);
18 class SetOfType extends SetType class