rsa_load_publickey()

 
Load an RSA public key from a PKCS#1 file specified by "pubkey_file".
Syntax
rsa_load_publickey( pubkey_file, rsa var )
Returns 1 on success, 0 on error.
  • pubkey_file = The name of the file containing the public key
  • rsa = A variable which receives an internal reference to the loaded RSA key
User Annotations: rsa_load_publickey