Home
last modified time | relevance | path

Searched refs:TAG_TYPE_INTEGER (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php155 0 => AbstractType::TAG_TYPE_INTEGER,
156 1 => AbstractType::TAG_TYPE_INTEGER,
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DIntegerType.php22 protected $tagNumber = self::TAG_TYPE_INTEGER;
H A DAbstractType.php35 public const TAG_TYPE_INTEGER = 0x02;
30 public const TAG_TYPE_INTEGER = 0x02; global() define in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapEncoder.php56 16 => AbstractType::TAG_TYPE_INTEGER,
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php398 case AbstractType::TAG_TYPE_INTEGER: