Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DEnumeratedType.php22 protected $tagNumber = self::TAG_TYPE_ENUMERATED;
H A DAbstractType.php51 public const TAG_TYPE_ENUMERATED = 0x0A;
46 public const TAG_TYPE_ENUMERATED = 0x0A; global() define in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php170 $error = $encoder->complete($child, AbstractType::TAG_TYPE_ENUMERATED)->getValue();
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php404 case AbstractType::TAG_TYPE_ENUMERATED: