示例#1
0
 /**
  * Constructor
  *
  * @param bool $flag
  */
 public function __construct($flag)
 {
     parent::__construct(self::PARAM_BASE64URL_ENCODE_PAYLOAD, (bool) $flag);
 }
示例#2
0
 /**
  * Constructor
  *
  * @param int $count
  */
 public function __construct($count)
 {
     parent::__construct(self::PARAM_PBES2_COUNT, intval($count));
 }