Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
14 | class RelativeOID extends ObjectIdentifier |
||
15 | { |
||
16 | /** |
||
17 | * Constructor. |
||
18 | * |
||
19 | * @param string $oid OID in dotted format |
||
20 | */ |
||
21 | 5 | public function __construct(string $oid) |
|
26 | 5 | } |
|
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | 3 | protected function _encodedContentDER(): string |
|
34 | } |
||
35 | |||
36 | /** |
||
37 | * {@inheritdoc} |
||
38 | */ |
||
39 | 2 | protected static function _decodeFromDER(Identifier $identifier, |
|
49 |