@sphereon/musap-react-native
Version:
A React Native module wrapping the MUSAP library for Android & iOS
5 lines • 460 B
TypeScript
import { JWSAlgorithm, KeyAlgorithm, SignatureAlgorithmType } from "./types/musap-types";
export declare const isSignatureAlgorithmType: (algorithm: string) => algorithm is SignatureAlgorithmType;
export declare const signatureAlgorithmFromKeyAlgorithm: (keyAlgorithm: KeyAlgorithm | JWSAlgorithm) => SignatureAlgorithmType;
export declare const mapKeyAlgorithmToJWTAlgorithm: (keyAlgorithm: KeyAlgorithm) => JWSAlgorithm;
//# sourceMappingURL=mappers.d.ts.map