mirror of
https://github.com/crypto-pro-web/crypto-pro-php-stubs.git
synced 2025-02-23 10:15:51 +03:00
18 lines
205 B
PHP
18 lines
205 B
PHP
<?php
|
|
|
|
class CPExtendedKeyUsage
|
|
{
|
|
|
|
public function __construct(){}
|
|
|
|
public function get_IsPresent(){}
|
|
|
|
public function get_IsCritical(){}
|
|
|
|
/**
|
|
* @return \CPEKUs
|
|
*/
|
|
public function get_EKUs(){}
|
|
|
|
}
|