File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,8 @@ Format string composed of several parts: `scheme-[key_type]-[output_type]`<br/>
112112
113113Scheme — NodeRSA supports multiple format schemes for import/export keys:
114114
115- * ` 'pkcs1' ` — public key starts from ` '-----BEGIN RSA PUBLIC KEY-----' ` header and private key starts from ` '-----BEGIN RSA PRIVATE KEY-----' header `
116- * ` 'pkcs8' ` — public key starts from ` '-----BEGIN PUBLIC KEY-----' ` header and private key starts from ` '-----BEGIN PRIVATE KEY-----' header `
115+ * ` 'pkcs1' ` — public key starts from ` '-----BEGIN RSA PUBLIC KEY-----' ` header and private key starts from ` '-----BEGIN RSA PRIVATE KEY-----' ` header
116+ * ` 'pkcs8' ` — public key starts from ` '-----BEGIN PUBLIC KEY-----' ` header and private key starts from ` '-----BEGIN PRIVATE KEY-----' ` header
117117
118118Key type — can be ` 'private' ` or ` 'public' ` . Default ` 'private' ` <br />
119119Output type — can be:
You can’t perform that action at this time.
0 commit comments