1 | <?php |
||
14 | class AuthenticationInfoAttributeValue extends SvceAuthInfo |
||
15 | { |
||
16 | const OID = "1.3.6.1.5.5.7.10.1"; |
||
17 | |||
18 | /** |
||
19 | * Constructor. |
||
20 | * |
||
21 | * @param GeneralName $service |
||
22 | * @param GeneralName $ident |
||
23 | * @param string|null $auth_info |
||
24 | */ |
||
25 | public function __construct(GeneralName $service, GeneralName $ident, |
||
31 | } |
||
32 |