Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php24 use FreeDSx\Asn1\Type\IA5StringType;
227 * @return IA5StringType
229 public static function ia5String(string $string): IA5StringType
231 return new IA5StringType($string);
23 use FreeDSx\Asn1\Type\IA5StringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DIA5StringType.php18 class IA5StringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php482 $type = EncodedType\IA5StringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));