From 0c2ebf4d9cc03a6f89442a5f3254eff7ca27a785 Mon Sep 17 00:00:00 2001 From: Vladimir Ilimurzin Date: Wed, 5 Feb 2025 17:38:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BC=D0=B5=D1=82=D0=BE=D0=B4=20CPPrivateKey::set=5FK?= =?UTF-8?q?eyPin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/CryptoPro/phpcades/commit/034936af30236441944ea08c58e08aae25402843 --- src/CPPrivateKey.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CPPrivateKey.php b/src/CPPrivateKey.php index 6c72977..30a97f8 100644 --- a/src/CPPrivateKey.php +++ b/src/CPPrivateKey.php @@ -15,4 +15,5 @@ class CPPrivateKey public function get_KeySpec(){} + public function set_KeyPin(string $pin){} }