mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-07 20:53:54 -05:00
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
7 lines
107 B
TypeScript
7 lines
107 B
TypeScript
export enum KeyTypes {
|
|
RS256 = 'RS256',
|
|
ES256 = 'ES256',
|
|
ES256K = 'ES256K',
|
|
ED25519 = 'ED25519',
|
|
}
|