Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 8 of 8) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetType.php18 class SetType extends AbstractType class
49 * @return SetType
H A DSetOfType.php18 class SetOfType extends SetType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php36 use FreeDSx\Asn1\Type\SetType;
299 * @return SetType
301 public static function set(AbstractType ...$types): SetType
303 return new SetType(...$types);
35 use FreeDSx\Asn1\Type\SetType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php20 use FreeDSx\Asn1\Type\SetType; alias
79 protected function encodeSet(SetType $set)
H A DBerEncoder.php33 use FreeDSx\Asn1\Type\SetType;
202 case $type instanceof SetType:
499 $type = EncodedType\SetType::withTag($tagNumber, $class, $this->decodeConstructedType($length));
1159 * @param SetType $set
1163 protected function encodeSet(SetType $set)
31 use FreeDSx\Asn1\Type\SetType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php19 use FreeDSx\Asn1\Type\SetType;
166 if (!($type instanceof SetType)) {
16 use FreeDSx\Asn1\Type\SetType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php18 use FreeDSx\Asn1\Type\SetType;
113 if (!($attrType instanceof OctetStringType && $vals instanceof SetType)) {
17 use FreeDSx\Asn1\Type\SetType; global() alias
H A DModifyRequest.php19 use FreeDSx\Asn1\Type\SetType;
187 if (!($attrType instanceof OctetStringType && $attrVals instanceof SetType)) {
18 use FreeDSx\Asn1\Type\SetType; global() alias