Home
last modified time | relevance | path

Searched refs:TAG_CLASS_APPLICATION (Results 1 – 6 of 6) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSetTrait.php38 AbstractType::TAG_CLASS_APPLICATION => [],
59 $children[AbstractType::TAG_CLASS_APPLICATION],
H A DAbstractType.php29 public const TAG_CLASS_APPLICATION = 0x40;
24 public const TAG_CLASS_APPLICATION = 0x40; global() define in FreeDSx\\Asn1\\Type\\AbstractType
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapEncoder.php39 $this->setTagMap(AbstractType::TAG_CLASS_APPLICATION, [
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DDeleteRequest.php88 if (!$type instanceof OctetStringType || $type->getTagClass() !== AbstractType::TAG_CLASS_APPLICATION) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php334 return $type->setTagClass(AbstractType::TAG_CLASS_APPLICATION)->setTagNumber($tagNumber);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php99 AbstractType::TAG_CLASS_APPLICATION => [],