Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php22 use FreeDSx\Asn1\Type\GeneralStringType;
209 * @return GeneralStringType
211 public static function generalString(string $string): GeneralStringType
213 return new GeneralStringType($string);
21 use FreeDSx\Asn1\Type\GeneralStringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DGeneralStringType.php18 class GeneralStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php442 $type = EncodedType\GeneralStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));