summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Extension/AuthorityKeyIdentifier.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/X509/Extension/AuthorityKeyIdentifier.html')
-rw-r--r--OpenSSL/X509/Extension/AuthorityKeyIdentifier.html41
1 files changed, 8 insertions, 33 deletions
diff --git a/OpenSSL/X509/Extension/AuthorityKeyIdentifier.html b/OpenSSL/X509/Extension/AuthorityKeyIdentifier.html
index 2c5eafe0..55e60b41 100644
--- a/OpenSSL/X509/Extension/AuthorityKeyIdentifier.html
+++ b/OpenSSL/X509/Extension/AuthorityKeyIdentifier.html
@@ -21,8 +21,6 @@
<link href="../../../css/rdoc.css" rel="stylesheet">
-
-
<body id="top" role="document" class="module">
<nav role="navigation">
<div id="project-navigation">
@@ -60,27 +58,23 @@
<div id="class-metadata">
- <div id="includes-section" class="nav-section">
+
+<div id="includes-section" class="nav-section">
<h3>Included Modules</h3>
<ul class="link-list">
-
-
<li><a class="include" href="Helpers.html">OpenSSL::X509::Extension::Helpers</a>
-
-
</ul>
</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-i-authority_key_identifier">#authority_key_identifier</a>
-
</ul>
</div>
@@ -96,43 +90,29 @@
</section>
-
<section id="5Buntitled-5D" class="documentation-section">
-
-
-
-
-
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
<header>
<h3>Public Instance Methods</h3>
</header>
-
<div id="method-i-authority_key_identifier" class="method-detail ">
-
<div class="method-heading">
<span class="method-name">authority_key_identifier</span><span
class="method-args">()</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
<div class="method-description">
-
- <p>Get the issuing certificate&#39;s key identifier from the authorityKeyIdentifier extension, as described in RFC5280 Section 4.2.1.1</p>
+ <p>Get the issuing certificate’s key identifier from the authorityKeyIdentifier extension, as described in RFC5280 Section 4.2.1.1</p>
<p>Returns the binary String keyIdentifier or nil or raises <a href="../../ASN1/ASN1Error.html"><code>ASN1::ASN1Error</code></a>.</p>
-
-
-
<div class="method-source-code" id="authority_key_identifier-source">
<pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 104</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">authority_key_identifier</span>
@@ -151,25 +131,20 @@
<span class="ruby-identifier">key_id</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">?</span> <span class="ruby-keyword">nil</span> <span class="ruby-operator">:</span> <span class="ruby-identifier">key_id</span>.<span class="ruby-identifier">value</span>
<span class="ruby-keyword">end</span></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>