agent foundation
This commit is contained in:
10
lib/Service/Settings/SettingsCryptoGatewayInterface.php
Normal file
10
lib/Service/Settings/SettingsCryptoGatewayInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace MintyPHP\Service\Settings;
|
||||
|
||||
interface SettingsCryptoGatewayInterface
|
||||
{
|
||||
public function encryptString(string $value): string;
|
||||
|
||||
public function decryptString(string $value): string;
|
||||
}
|
||||
Reference in New Issue
Block a user