x509_rsa_publickey()

 
Extracts the RSA public key from the X509 specified by "x509" and stores it in "rsa" where x509 = Index into internal array of x509 certificates, rsa =Index into internal array of RSA public keys.
Syntax
x509_rsa_publickey( x509 var, rsa var )
Returns 1 on success, 0 on error.
User Annotations: x509_rsa_publickey