The CertificateManager class does not support encoding and decoding of private keys.
Closed this issue · 1 comments
derknorton commented
Need new methods like the encodePublicKey
and decodePublicKey
methods that work instead on private keys and encrypt them using a specified password.
derknorton commented
Addressed in d5943d2