Home
last modified time | relevance | path

Searched refs:OctetStringType (Results 1 – 25 of 25) sorted by path

/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md47 use FreeDSx\Asn1\Type\OctetStringType;
68 } elseif ($i === 1 && $type instanceof OctetStringType) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php28 use FreeDSx\Asn1\Type\OctetStringType;
115 * @return OctetStringType
117 public static function octetString(string $string): OctetStringType
119 return new OctetStringType($string);
27 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php438 $type = EncodedType\OctetStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));
H A DDerEncoder.php18 use FreeDSx\Asn1\Type\OctetStringType; alias
90 if ($type instanceof OctetStringType && $type->getIsConstructed()) {
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DOctetStringType.php18 class OctetStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php19 use FreeDSx\Asn1\Type\OctetStringType;
169 if (!$cookie instanceof OctetStringType) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DDirSyncResponseControl.php19 use FreeDSx\Asn1\Type\OctetStringType;
119 if (!$cookie instanceof OctetStringType) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DSetOwnerControl.php18 use FreeDSx\Asn1\Type\OctetStringType;
84 if (!$request instanceof OctetStringType) {
87 /** @var OctetStringType $request */
15 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php19 use FreeDSx\Asn1\Type\OctetStringType;
265 } elseif ($child instanceof OctetStringType) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DPagingControl.php19 use FreeDSx\Asn1\Type\OctetStringType;
113 if (!$cookie instanceof OctetStringType) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingControl.php19 use FreeDSx\Asn1\Type\OctetStringType;
109 if ($keyItem instanceof OctetStringType && $keyItem->getTagClass() === AbstractType::TAG_CLASS_UNIVERSAL) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php20 use FreeDSx\Asn1\Type\OctetStringType;
107 if ($contextId !== null && !$contextId instanceof OctetStringType) {
134 $this->controlValue->addChild(new OctetStringType($this->contextId));
17 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php16 use FreeDSx\Asn1\Type\OctetStringType;
97 if (!($dn instanceof OctetStringType && $attrList instanceof SequenceType)) {
113 if (!($attrType instanceof OctetStringType && $vals instanceof SetType)) {
119 if (!$val instanceof OctetStringType) {
15 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DBindRequest.php17 use FreeDSx\Asn1\Type\OctetStringType;
113 if (!($version instanceof IntegerType && $name instanceof OctetStringType)) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DCompareRequest.php17 use FreeDSx\Asn1\Type\OctetStringType;
109 if (!$dn instanceof OctetStringType || $ava === null) {
15 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DDeleteRequest.php16 use FreeDSx\Asn1\Type\OctetStringType;
88 if (!$type instanceof OctetStringType || $type->getTagClass() !== AbstractType::TAG_CLASS_APPLICATION) {
15 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DModifyDnRequest.php18 use FreeDSx\Asn1\Type\OctetStringType;
168 if (!($entry instanceof OctetStringType && $newRdn instanceof OctetStringType && $deleteOldRdn instanceof BooleanType)) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DModifyRequest.php17 use FreeDSx\Asn1\Type\OctetStringType;
116 if (!($dn instanceof OctetStringType && $changes instanceof SequenceType)) {
187 if (!($attrType instanceof OctetStringType && $attrVals instanceof SetType)) {
193 if (!$attrVal instanceof OctetStringType) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DSearchRequest.php19 use FreeDSx\Asn1\Type\OctetStringType;
402 !($baseDn instanceof OctetStringType
415 if (!$attribute instanceof OctetStringType) {
18 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php16 use FreeDSx\Asn1\Type\OctetStringType;
80 /** @var OctetStringType $attrValue */
15 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php20 use FreeDSx\Asn1\Type\OctetStringType;
167 if (!($control instanceof SequenceType && $control->getChild(0) !== null && $control->getChild(0) instanceof OctetStringType)) {
17 use FreeDSx\Asn1\Type\OctetStringType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DAttributeValueAssertionTrait.php18 use FreeDSx\Asn1\Type\OctetStringType;
108 if (!($attribute instanceof OctetStringType && $value instanceof OctetStringType)) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DMatchingRuleFilter.php19 use FreeDSx\Asn1\Type\OctetStringType;
227 if (!$matchValue instanceof OctetStringType) {
230 if ($matchingRule !== null && !$matchingRule instanceof OctetStringType) {
233 if ($matchingType !== null && !$matchingType instanceof OctetStringType) {
17 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DPresentFilter.php18 use FreeDSx\Asn1\Type\OctetStringType;
67 if (!($type instanceof OctetStringType)) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias
H A DSubstringFilter.php18 use FreeDSx\Asn1\Type\OctetStringType;
211 if (!($attrType instanceof OctetStringType && $substrings instanceof SequenceType && count($substrings) > 0)) {
16 use FreeDSx\Asn1\Type\OctetStringType; global() alias