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/Encoder/
H A DDerEncoder.php20 use FreeDSx\Asn1\Type\SetType; alias
79 protected function encodeSet(SetType $set)
H A DBerEncoder.php31 use FreeDSx\Asn1\Type\SetType; alias
163 case $type instanceof SetType:
460 … $type = EncodedType\SetType::withTag($tagNumber, $class, $this->decodeConstructedType($length));
1119 * @param SetType $set
1123 protected function encodeSet(SetType $set)
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php35 use FreeDSx\Asn1\Type\SetType; alias
298 * @return SetType
300 public static function set(AbstractType ...$types) : SetType
302 return new SetType(...$types);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php16 use FreeDSx\Asn1\Type\SetType; alias
154 if (!($type instanceof SetType)) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php17 use FreeDSx\Asn1\Type\SetType; alias
109 if (!($attrType instanceof OctetStringType && $vals instanceof SetType)) {
H A DModifyRequest.php18 use FreeDSx\Asn1\Type\SetType; alias
183 if (!($attrType instanceof OctetStringType && $attrVals instanceof SetType)) {