Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php27 use FreeDSx\Asn1\Type\NumericStringType;
236 * @return NumericStringType
238 public static function numericString(string $string): NumericStringType
240 return new NumericStringType($string);
26 use FreeDSx\Asn1\Type\NumericStringType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DNumericStringType.php18 class NumericStringType extends AbstractStringType class
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php478 $type = EncodedType\NumericStringType::withTag($tagNumber, $class, $isConstructed, substr($this->binary, $this->pos, $length));