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