Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php41 use FreeDSx\Asn1\Type\VideotexStringType;
281 * @return VideotexStringType
283 public static function videotexString(string $string): VideotexStringType
285 return new VideotexStringType($string);
40 use FreeDSx\Asn1\Type\VideotexStringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DVideotexStringType.php18 class VideotexStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php466 $type = EncodedType\VideotexStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));