We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using parseInternalValues for PKCS #8 key decryption makes TS angry:
parseInternalValues
Property 'parseInternalValues' is protected and only accessible within class 'PKCS8ShroudedKeyBag' and its subclasses.ts(2445)
Shouldn't be public like makeInternalValues is to officially allow encryption/decryption using PKCS8ShroudedKeyBag class methods?
makeInternalValues
PKCS8ShroudedKeyBag
The text was updated successfully, but these errors were encountered:
I'm curious on your use case.
Can you derive PKCS8ShroudedKeyBag, and call parseInternalValues with a new member function in the derived class?
Sorry, something went wrong.
No branches or pull requests
Using
parseInternalValues
for PKCS #8 key decryption makes TS angry:Shouldn't be public like
makeInternalValues
is to officially allow encryption/decryption usingPKCS8ShroudedKeyBag
class methods?The text was updated successfully, but these errors were encountered: