summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Extension/CRLDistributionPoints.html
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2021-10-17 21:16:54 +0900
committerKazuki Yamaguchi <k@rhe.jp>2021-10-17 21:16:54 +0900
commit0c12273a7174d300bad342a053186ae172d2952d (patch)
treebdc64bc3164b5d534717c7272a8d309a60021a76 /OpenSSL/X509/Extension/CRLDistributionPoints.html
parentad2abc0cd93977a35565178a3b4b4e50edbd8f0b (diff)
downloadruby-openssl-0c12273a7174d300bad342a053186ae172d2952d.tar.gz
Sync with v2.2.1
Diffstat (limited to 'OpenSSL/X509/Extension/CRLDistributionPoints.html')
-rw-r--r--OpenSSL/X509/Extension/CRLDistributionPoints.html41
1 files changed, 8 insertions, 33 deletions
diff --git a/OpenSSL/X509/Extension/CRLDistributionPoints.html b/OpenSSL/X509/Extension/CRLDistributionPoints.html
index 8af827c2..e890da4c 100644
--- a/OpenSSL/X509/Extension/CRLDistributionPoints.html
+++ b/OpenSSL/X509/Extension/CRLDistributionPoints.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-crl_uris">#crl_uris</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-crl_uris" class="method-detail ">
-
<div class="method-heading">
<span class="method-name">crl_uris</span><span
class="method-args">()</span>
-
<span class="method-click-advice">click to toggle source</span>
-
</div>
-
<div class="method-description">
-
- <p>Get the distributionPoint fullName URI from the certificate&#39;s <a href="../CRL.html"><code>CRL</code></a> distribution points extension, as described in RFC5280 Section 4.2.1.13</p>
+ <p>Get the distributionPoint fullName URI from the certificate’s <a href="../CRL.html"><code>CRL</code></a> distribution points extension, as described in RFC5280 Section 4.2.1.13</p>
<p>Returns an array of strings or nil or raises <a href="../../ASN1/ASN1Error.html"><code>ASN1::ASN1Error</code></a>.</p>
-
-
-
<div class="method-source-code" id="crl_uris-source">
<pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 129</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">crl_uris</span>
@@ -159,25 +139,20 @@
<span class="ruby-identifier">crl_uris</span>&amp;.<span class="ruby-identifier">map</span>(<span class="ruby-operator">&amp;</span><span class="ruby-value">: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>