UNPKG

parse-cosekey

Version:

Parse COSE(CBOR Object Signing and Encryption) to JWK(JSON Web Key) or PEM.

14 lines (13 loc) 436 B
import * as CoseJoseMapping from './coseJoseMapping'; import * as CoseKey from './coseKey'; import * as JoseKey from './joseKey'; import KeyParser from './keyParser'; import Verifier from './verifier'; declare const _default: { CoseJoseMapping: typeof CoseJoseMapping; CoseKey: typeof CoseKey; JoseKey: typeof JoseKey; KeyParser: typeof KeyParser; Verifier: typeof Verifier; }; export default _default;