Introduce revokation mechanism

This commit is contained in:
ErickSkrauch
2019-12-10 01:38:09 +03:00
parent ba7fad84a0
commit 016a193263
11 changed files with 103 additions and 20 deletions

View File

@ -36,7 +36,7 @@ class Component extends BaseComponent {
public $privateKeyPass;
/**
* @var string|\Defuse\Crypto\Key
* @var string
*/
public $encryptionKey;