Exemple #1
0
 public function __construct()
 {
     $this->pri2pub = new PhalApi_Crypt_RSA_Pri2Pub();
     parent::__construct();
 }
Exemple #2
0
 public function __construct()
 {
     $this->pub2pri = new PhalApi_Crypt_RSA_Pub2Pri();
     parent::__construct();
 }