Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php30 use FreeDSx\Asn1\Type\PrintableStringType;
245 * @return PrintableStringType
247 public static function printableString(string $string): PrintableStringType
249 return new PrintableStringType($string);
29 use FreeDSx\Asn1\Type\PrintableStringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DPrintableStringType.php18 class PrintableStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php474 $type = EncodedType\PrintableStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));