crypto-pro-php/src/Dictionary/RDNAwareInterface.php

8 lines
133 B
PHP
Executable File

<?php
namespace Webmasterskaya\CryptoPro\Dictionary;
interface RDNAwareInterface
{
public static function getByRDN(string $RDN);
}