mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-21 04:43:04 +03:00
8 lines
133 B
PHP
Executable File
8 lines
133 B
PHP
Executable File
<?php
|
|
|
|
namespace Webmasterskaya\CryptoPro\Dictionary;
|
|
|
|
interface RDNAwareInterface
|
|
{
|
|
public static function getByRDN(string $RDN);
|
|
} |