loadKey

Load a key from a file.

Parameters

filename string

the path to the file containing the encoded key

rng RandomNumberGenerator

the rng to use

pass string

the passphrase to decrypt the key. Provide an empty string if the key is not encrypted

Return Value

loaded private key object

Meta