You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSEncryptRSAKey has the property n inherited from RSAKey. When trying to migrate from ^3.0.0-rc.1 to use TypeScript, this n is protected. Any way I can read this property in the current version of jsencrypt?
The code in which I need to access n is:
varmaxLength=(key.n.bitLength()+7)>>3;
The text was updated successfully, but these errors were encountered:
JSEncryptRSAKey
has the propertyn
inherited fromRSAKey
. When trying to migrate from^3.0.0-rc.1
to use TypeScript, thisn
is protected. Any way I can read this property in the current version of jsencrypt?The code in which I need to access
n
is:The text was updated successfully, but these errors were encountered: