Ejemplo n.º 1
0
 /**
  * Constructs the encapsulation handler object
  */
 function __construct()
 {
     parent::__construct(2, 'ENCAPSULATION_AESCTR128', 'Data in AES-128 stream (CTR) mode encrypted JSON');
 }
Ejemplo n.º 2
0
 /**
  * Constructs the encapsulation handler object
  */
 function __construct()
 {
     parent::__construct(4, 'ENCAPSULATION_AESCBC128', ' Data in AES-128 standard (CBC) mode encrypted JSON');
 }
Ejemplo n.º 3
0
 /**
  * Constructs the encapsulation handler object
  */
 function __construct()
 {
     parent::__construct(5, 'ENCAPSULATION_AESCBC256', ' Data in AES-256 standard (CBC) mode encrypted JSON');
 }
Ejemplo n.º 4
0
 /**
  * Constructs the encapsulation handler object
  */
 function __construct()
 {
     parent::__construct(3, 'ENCAPSULATION_AESCTR256', 'Data in AES-256 stream (CTR) mode encrypted JSON');
 }