Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mailvelope/mailvelope
/ constructor
Method
constructor
src/client-API/client-api.js:541–543 ·
view source on GitHub ↗
(generatorId)
Source
from the content-addressed store, hash-verified
539
*/
540
class
Generator {
541
constructor(generatorId) {
542
this.generatorId = generatorId;
543
}
544
545
/**
546
* Generate a private key
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected