We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a73af commit 4474665Copy full SHA for 4474665
README.md
@@ -122,7 +122,8 @@ key.exportKey([format]);
122
* **format** — `{string}` — format id for export/import.
123
124
#### Format string syntax
125
-Format string composed of several parts: `scheme-[key_type]-[output_type]`
+Format string composed of several parts: `scheme-[key_type]-[output_type]`<br/>
126
+
127
**Scheme** — NodeRSA supports multiple format schemes for import/export keys:
128
129
* `'pkcs1'` — public key starts from `'-----BEGIN RSA PUBLIC KEY-----'` header and private key starts from `'-----BEGIN RSA PRIVATE KEY-----' header`
0 commit comments