summaryrefslogtreecommitdiffstats
path: root/OpenSSL/PKCS12.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/PKCS12.html')
-rw-r--r--OpenSSL/PKCS12.html100
1 files changed, 9 insertions, 91 deletions
diff --git a/OpenSSL/PKCS12.html b/OpenSSL/PKCS12.html
index 72b60a06..efa7c490 100644
--- a/OpenSSL/PKCS12.html
+++ b/OpenSSL/PKCS12.html
@@ -21,8 +21,6 @@
<link href="../css/rdoc.css" rel="stylesheet">
-
-
<body id="top" role="document" class="class">
<nav role="navigation">
<div id="project-navigation">
@@ -59,30 +57,25 @@
<div id="class-metadata">
- <div id="parent-class-section" class="nav-section">
+
+<div id="parent-class-section" class="nav-section">
<h3>Parent</h3>
-
<p class="link">Object
-
</div>
- <!-- Method Quickref -->
+
+<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
<h3>Methods</h3>
<ul class="link-list" role="directory">
-
<li ><a href="#method-c-create">::create</a>
-
<li ><a href="#method-c-new">::new</a>
-
<li ><a href="#method-i-initialize_copy">#initialize_copy</a>
-
<li ><a href="#method-i-to_der">#to_der</a>
-
</ul>
</div>
@@ -100,21 +93,15 @@
</section>
-
<section id="5Buntitled-5D" class="documentation-section">
-
-
-
-
<section class="attribute-method-details" class="method-section">
<header>
<h3>Attributes</h3>
</header>
-
<div id="attribute-i-ca_certs" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">ca_certs</span><span
@@ -123,11 +110,8 @@
<div class="method-description">
-
-
</div>
</div>
-
<div id="attribute-i-certificate" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">certificate</span><span
@@ -136,11 +120,8 @@
<div class="method-description">
-
-
</div>
</div>
-
<div id="attribute-i-key" class="method-detail">
<div class="method-heading attribute-method-heading">
<span class="method-name">key</span><span
@@ -149,37 +130,25 @@
<div class="method-description">
-
-
</div>
</div>
-
</section>
-
-
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Class Methods</h3>
</header>
-
<div id="method-c-create" class="method-detail ">
-
-
<div class="method-heading">
<span class="method-callseq">
create(pass, name, key, cert [, ca, [, key_pbe [, cert_pbe [, key_iter [, mac_iter [, keytype]]]]]])
</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
-
<div class="method-description">
-
<h3 id="method-c-create-label-Parameters">Parameters<span><a href="#method-c-create-label-Parameters">&para;</a> <a href="#top">&uarr;</a></span></h3>
<ul><li>
<p><em>pass</em> - string</p>
@@ -195,7 +164,7 @@
<p>The not_before and not_after fields must be filled in.</p>
</li></ul>
</li><li>
-<p><em>ca</em> - An optional array of X509::Certificate&#39;s.</p>
+<p><em>ca</em> - An optional array of X509::Certificate’s.</p>
</li><li>
<p><em>key_pbe</em> - string</p>
</li><li>
@@ -211,10 +180,7 @@
<p>Any optional arguments may be supplied as <code>nil</code> to preserve the <a href="../OpenSSL.html"><code>OpenSSL</code></a> defaults.</p>
<p>See the <a href="../OpenSSL.html"><code>OpenSSL</code></a> documentation for PKCS12_create().</p>
-
-
-
<div class="method-source-code" id="create-source">
<pre>static VALUE
ossl_pkcs12_s_create(int argc, VALUE *argv, VALUE self)
@@ -264,55 +230,37 @@ ossl_pkcs12_s_create(int argc, VALUE *argv, VALUE self)
return obj;
}</pre>
</div>
-
</div>
-
-
</div>
-
<div id="method-c-new" class="method-detail ">
-
-
<div class="method-heading">
<span class="method-callseq">
new &rarr; pkcs12
</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
<div class="method-heading">
<span class="method-callseq">
new(str) &rarr; pkcs12
</span>
-
</div>
-
<div class="method-heading">
<span class="method-callseq">
new(str, pass) &rarr; pkcs12
</span>
-
</div>
-
-
<div class="method-description">
-
<h3 id="method-c-new-label-Parameters">Parameters<span><a href="#method-c-new-label-Parameters">&para;</a> <a href="#top">&uarr;</a></span></h3>
<ul><li>
<p><em>str</em> - Must be a DER encoded <a href="PKCS12.html"><code>PKCS12</code></a> string.</p>
</li><li>
<p><em>pass</em> - string</p>
</li></ul>
-
-
-
<div class="method-source-code" id="new-source">
<pre>static VALUE
ossl_pkcs12_initialize(int argc, VALUE *argv, VALUE self)
@@ -364,41 +312,28 @@ ossl_pkcs12_initialize(int argc, VALUE *argv, VALUE self)
return self;
}</pre>
</div>
-
</div>
-
-
</div>
-
</section>
-
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Instance Methods</h3>
</header>
-
<div id="method-i-initialize_copy" class="method-detail ">
-
<div class="method-heading">
<span class="method-name">initialize_copy</span><span
class="method-args">(p1)</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
<div class="method-description">
-
-
-
-
<div class="method-source-code" id="initialize_copy-source">
<pre>static VALUE
ossl_pkcs12_initialize_copy(VALUE self, VALUE other)
@@ -419,33 +354,21 @@ ossl_pkcs12_initialize_copy(VALUE self, VALUE other)
return self;
}</pre>
</div>
-
</div>
-
-
</div>
-
<div id="method-i-to_der" class="method-detail ">
-
<div class="method-heading">
<span class="method-name">to_der</span><span
class="method-args">()</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
<div class="method-description">
-
-
-
-
<div class="method-source-code" id="to_der-source">
<pre>static VALUE
ossl_pkcs12_to_der(VALUE self)
@@ -467,25 +390,20 @@ ossl_pkcs12_to_der(VALUE self)
return str;
}</pre>
</div>
-
</div>
-
-
</div>
-
</section>
-
- </section>
+ </section>
</main>
<footer id="validator-badges" role="contentinfo">
<p><a href="https://validator.w3.org/check/referer">Validate</a>
- <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.3.2.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>