export class Key { public curve: string = 'ed25519'; public publicPart: string = ''; public privatePart?: string; public id: string = ''; }