<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
there is not yet a public api for this in OTP. However, the
undocumented, unsupported function ssl_pkix:decode_rsa_keyfile/2 does
just this. It reads a .pem keyfile and returns a record with exponent
and modulus, and other fields. It is unsupported, so it might be moved
(or even removed) in future releases of OTP.<br>
/Jakob<br>
<br>
<br>
Daniel Kwiecinski wrote:
<blockquote
 cite="mid:b26676710801310506oc90e69cl3f44589a22615117@mail.gmail.com"
 type="cite">Hi,<br>
  <br>
   As far as I know the crypto module (app) handles <a
 moz-do-not-send="true" name="rsa_verify/3"><span class="bold_code">rsa's
  </span></a>private keys as a list of two binaries (exponent and
modulus). How can I obtain these from base64 encoded *.pem files?<br
 clear="all">
  <br>
-- <br>
Kind Regards, <br>
Daniel Kwiecinski<br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
erlang-questions mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://www.erlang.org/mailman/listinfo/erlang-questions">http://www.erlang.org/mailman/listinfo/erlang-questions</a></pre>
</blockquote>
<br>
</body>
</html>