mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-23 18:25:50 +03:00
15 lines
180 B
PHP
15 lines
180 B
PHP
|
<?php
|
||
|
|
||
|
class CPExtendedKeyUsage
|
||
|
{
|
||
|
|
||
|
public function __construct(){}
|
||
|
|
||
|
public function get_IsPresent(){}
|
||
|
|
||
|
public function get_IsCritical(){}
|
||
|
|
||
|
public function get_EKUs(){}
|
||
|
|
||
|
}
|