set reserved undefined fields
This commit is contained in:
parent
0085fcdf0f
commit
e634f9a662
2
node.js
2
node.js
|
@ -73,7 +73,9 @@ function create(deps) {
|
||||||
, privateKeyJwk: undefined
|
, privateKeyJwk: undefined
|
||||||
, publicKeyJwk: undefined
|
, publicKeyJwk: undefined
|
||||||
, _ursa: undefined
|
, _ursa: undefined
|
||||||
|
, _ursaPublic: undefined
|
||||||
, _forge: undefined
|
, _forge: undefined
|
||||||
|
, _forgePublic: undefined
|
||||||
};
|
};
|
||||||
|
|
||||||
options = options || NOBJ;
|
options = options || NOBJ;
|
||||||
|
|
Loading…
Reference in New Issue