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; alias
281 * @return VideotexStringType
283 public static function videotexString(string $string): VideotexStringType
285 return new VideotexStringType($string);
/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->…