Home
last modified time | relevance | path

Searched refs:TAG_TYPE_SET (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetType.php22 protected $tagNumber = self::TAG_TYPE_SET;
H A DAbstractType.php61 public const TAG_TYPE_SET = 0x11;
56 public const TAG_TYPE_SET = 0x11; global() define in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DFilterContainerTrait.php165 $type = $type instanceof IncompleteType ? (new LdapEncoder())->complete($type, AbstractType::TAG_TYPE_SET) : $type;
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php495 case AbstractType::TAG_TYPE_SET: