Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param int $string_type ASN.1 string type tag
  */
 public function __construct($string_type)
 {
     parent::__construct(StringPreparer::forStringType($string_type));
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  *
  * @param int $string_type ASN.1 string type tag
  */
 public function __construct($string_type)
 {
     parent::__construct(StringPreparer::forStringType($string_type)->withCaseFolding(true));
 }