@sphereon/gx-compliance-client
Version:
<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>Gaia-X Compliance client (Typescript
11 lines • 357 B
TypeScript
import { JsonWebKey2020 } from '@transmute/web-crypto-key-pair';
export { JsonWebKey2020 };
export declare class JsonWebKey {
id: string;
type: string;
controller: string;
static from: (k: JsonWebKey2020, options?: any) => Promise<any>;
signer: () => any;
verifier: () => any;
}
//# sourceMappingURL=JsonWebKeyWithRSASupport.d.ts.map