Esempio n. 1
0
 /**
  * Construtor
  */
 function __construct()
 {
     parent::__construct('SHA512');
 }
Esempio n. 2
0
 /**
  * Construtor
  */
 function __construct()
 {
     parent::__construct('SHA384');
 }
Esempio n. 3
0
 /**
  * Construtor
  */
 function __construct()
 {
     parent::__construct('SHA256');
 }