Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php23 use FreeDSx\Asn1\Type\GraphicStringType;
218 * @return GraphicStringType
220 public static function graphicString(string $string): GraphicStringType
222 return new GraphicStringType($string);
22 use FreeDSx\Asn1\Type\GraphicStringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DGraphicStringType.php18 class GraphicStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php462 $type = EncodedType\GraphicStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));