| |
Code Coverage |
| |
Lines |
Functions and Methods |
Classes and Traits |
| Total |
|
n/a |
0 / 0 |
|
n/a |
0 / 0 |
CRAP |
|
n/a |
0 / 0 |
| DecryptionAlgorithm |
|
n/a |
0 / 0 |
|
n/a |
0 / 0 |
0 |
|
n/a |
0 / 0 |
| 1 | <?php |
| 2 | |
| 3 | namespace Fingerprint\ServerAPI\Sealed; |
| 4 | |
| 5 | class DecryptionAlgorithm |
| 6 | { |
| 7 | public const AES_256_GCM = 'aes-256-gcm'; |
| 8 | } |