UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

7 lines (6 loc) 241 B
import { NexoDerivedKey } from "../typings/terminal/models"; declare class NexoDerivedKeyGenerator { static deriveKeyMaterial(passphrase: string): NexoDerivedKey; private static readKeyData; } export default NexoDerivedKeyGenerator;