/app/src
Sealed
DecryptionAlgorithm.php
Code Coverage
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1
<?php
2
3
namespace
Fingerprint\ServerSdk\Sealed
;
4
5
enum
DecryptionAlgorithm
:
string
6
{
7
case
AES_256_GCM
=
'aes-256-gcm'
;
8
}