1 | <?php |
||
17 | class EOC extends Element |
||
18 | { |
||
19 | use UniversalClass; |
||
20 | use PrimitiveType; |
||
21 | |||
22 | /** |
||
23 | * Constructor. |
||
24 | */ |
||
25 | 9 | public function __construct() |
|
29 | |||
30 | /** |
||
31 | * |
||
32 | * {@inheritdoc} |
||
33 | */ |
||
34 | 3 | protected function _encodedContentDER(): string |
|
38 | |||
39 | /** |
||
40 | * |
||
41 | * {@inheritdoc} |
||
42 | * @return self |
||
43 | */ |
||
44 | 8 | protected static function _decodeFromDER(Identifier $identifier, |
|
56 | } |
||
57 |