Home
last modified time | relevance | path

Searched refs:Utf8StringType (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php40 use FreeDSx\Asn1\Type\Utf8StringType;
272 * @return Utf8StringType
274 public static function utf8String(string $string): Utf8StringType
276 return new Utf8StringType($string);
39 use FreeDSx\Asn1\Type\Utf8StringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DUtf8StringType.php18 class Utf8StringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php486 $type = EncodedType\Utf8StringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));