Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNullType.php20 protected $tagNumber = self::TAG_TYPE_NULL;
H A DAbstractType.php41 public const TAG_TYPE_NULL = 0x05;
36 public const TAG_TYPE_NULL = 0x05; global() define in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapEncoder.php42 2 => AbstractType::TAG_TYPE_NULL,
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php392 case AbstractType::TAG_TYPE_NULL: