summaryrefslogtreecommitdiffstats
path: root/OpenSSL/X509/Attribute.html
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSSL/X509/Attribute.html')
-rw-r--r--OpenSSL/X509/Attribute.html24
1 files changed, 19 insertions, 5 deletions
diff --git a/OpenSSL/X509/Attribute.html b/OpenSSL/X509/Attribute.html
index db7c5145..4ee3311e 100644
--- a/OpenSSL/X509/Attribute.html
+++ b/OpenSSL/X509/Attribute.html
@@ -11,8 +11,11 @@
var index_rel_prefix = "../../";
</script>
-<script src="../../js/jquery.js"></script>
-<script src="../../js/darkfish.js"></script>
+<script src="../../js/navigation.js" defer></script>
+<script src="../../js/search.js" defer></script>
+<script src="../../js/search_index.js" defer></script>
+<script src="../../js/searcher.js" defer></script>
+<script src="../../js/darkfish.js" defer></script>
<link href="../../css/fonts.css" rel="stylesheet">
<link href="../../css/rdoc.css" rel="stylesheet">
@@ -64,7 +67,18 @@
</div>
-
+ <div id="includes-section" class="nav-section">
+ <h3>Included Modules</h3>
+
+ <ul class="link-list">
+
+
+ <li><a class="include" href="../Marshal.html">OpenSSL::Marshal</a>
+
+
+ </ul>
+</div>
+
<!-- Method Quickref -->
<div id="method-list-section" class="nav-section">
@@ -203,7 +217,7 @@ ossl_x509attr_initialize(int argc, VALUE *argv, VALUE self)
<div class="method-source-code" id="3D-3D-source">
- <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 169</span>
+ <pre><span class="ruby-comment"># File lib/openssl/x509.rb, line 312</span>
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">==</span>(<span class="ruby-identifier">other</span>)
<span class="ruby-keyword">return</span> <span class="ruby-keyword">false</span> <span class="ruby-keyword">unless</span> <span class="ruby-constant">Attribute</span> <span class="ruby-operator">===</span> <span class="ruby-identifier">other</span>
<span class="ruby-identifier">to_der</span> <span class="ruby-operator">==</span> <span class="ruby-identifier">other</span>.<span class="ruby-identifier">to_der</span>
@@ -565,7 +579,7 @@ ossl_x509attr_set_value(VALUE self, VALUE value)
<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.0.4.
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.1.
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
</footer>