r509 1.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/{CONTRIBUTING.mdown → CONTRIBUTING.md} +0 -0
  3. data/{README.mdown → README.md} +44 -38
  4. data/doc/R509.html +4 -4
  5. data/doc/R509/ASN1.html +2 -2
  6. data/doc/R509/ASN1/GeneralName.html +2 -2
  7. data/doc/R509/ASN1/GeneralNames.html +2 -2
  8. data/doc/R509/CRL.html +3 -3
  9. data/doc/R509/CRL/Administrator.html +2 -2
  10. data/doc/R509/CRL/FileReaderWriter.html +2 -2
  11. data/doc/R509/CRL/ReaderWriter.html +2 -2
  12. data/doc/R509/CRL/SQLiteReaderWriter.html +2 -2
  13. data/doc/R509/CRL/SignedList.html +2 -2
  14. data/doc/R509/CSR.html +2 -2
  15. data/doc/R509/Cert.html +3 -3
  16. data/doc/R509/Cert/Extensions.html +3 -3
  17. data/doc/R509/Cert/Extensions/AuthorityInfoAccess.html +2 -2
  18. data/doc/R509/Cert/Extensions/AuthorityKeyIdentifier.html +2 -2
  19. data/doc/R509/Cert/Extensions/BasicConstraints.html +2 -2
  20. data/doc/R509/Cert/Extensions/CRLDistributionPoints.html +2 -2
  21. data/doc/R509/Cert/Extensions/CertificatePolicies.html +2 -2
  22. data/doc/R509/Cert/Extensions/ExtendedKeyUsage.html +2 -2
  23. data/doc/R509/Cert/Extensions/GeneralNamesMixin.html +2 -2
  24. data/doc/R509/Cert/Extensions/InhibitAnyPolicy.html +2 -2
  25. data/doc/R509/Cert/Extensions/KeyUsage.html +2 -2
  26. data/doc/R509/Cert/Extensions/NameConstraints.html +2 -2
  27. data/doc/R509/Cert/Extensions/NoticeReference.html +2 -2
  28. data/doc/R509/Cert/Extensions/OCSPNoCheck.html +2 -2
  29. data/doc/R509/Cert/Extensions/PolicyConstraints.html +2 -2
  30. data/doc/R509/Cert/Extensions/PolicyInformation.html +2 -2
  31. data/doc/R509/Cert/Extensions/PolicyQualifiers.html +2 -2
  32. data/doc/R509/Cert/Extensions/SubjectAlternativeName.html +2 -2
  33. data/doc/R509/Cert/Extensions/SubjectKeyIdentifier.html +2 -2
  34. data/doc/R509/Cert/Extensions/UserNotice.html +2 -2
  35. data/doc/R509/Cert/Extensions/ValidationMixin.html +2 -2
  36. data/doc/R509/CertificateAuthority.html +2 -2
  37. data/doc/R509/CertificateAuthority/OptionsBuilder.html +2 -2
  38. data/doc/R509/CertificateAuthority/Signer.html +2 -2
  39. data/doc/R509/Config.html +2 -2
  40. data/doc/R509/Config/CAConfig.html +2 -2
  41. data/doc/R509/Config/CAConfigPool.html +2 -2
  42. data/doc/R509/Config/CertProfile.html +2 -2
  43. data/doc/R509/Config/SubjectItemPolicy.html +2 -2
  44. data/doc/R509/Engine.html +2 -2
  45. data/doc/R509/Helpers.html +2 -2
  46. data/doc/R509/MessageDigest.html +3 -3
  47. data/doc/R509/NameSanitizer.html +2 -2
  48. data/doc/R509/OCSP.html +2 -2
  49. data/doc/R509/OCSP/Request.html +2 -2
  50. data/doc/R509/OCSP/Request/Nonce.html +2 -2
  51. data/doc/R509/OCSP/Response.html +2 -2
  52. data/doc/R509/OIDMapper.html +26 -16
  53. data/doc/R509/PrivateKey.html +2 -2
  54. data/doc/R509/R509Error.html +2 -2
  55. data/doc/R509/SPKI.html +2 -2
  56. data/doc/R509/Subject.html +2 -2
  57. data/doc/R509/Validity.html +2 -2
  58. data/doc/R509/Validity/Checker.html +2 -2
  59. data/doc/R509/Validity/DefaultChecker.html +2 -2
  60. data/doc/R509/Validity/DefaultWriter.html +2 -2
  61. data/doc/R509/Validity/Status.html +2 -2
  62. data/doc/R509/Validity/Writer.html +2 -2
  63. data/doc/_index.html +2 -8
  64. data/doc/file.LICENSE.html +2 -2
  65. data/doc/file.README.html +15 -7
  66. data/doc/file.r509.html +2 -2
  67. data/doc/file_list.html +0 -10
  68. data/doc/index.html +15 -7
  69. data/doc/method_list.html +300 -300
  70. data/doc/top-level-namespace.html +2 -2
  71. data/lib/r509/message_digest.rb +1 -3
  72. data/lib/r509/oid_mapper.rb +6 -1
  73. data/lib/r509/version.rb +1 -1
  74. data/spec/csr_spec.rb +6 -6
  75. data/spec/fixtures/csr4.pem +25 -25
  76. data/spec/message_digest_spec.rb +0 -15
  77. data/spec/oid_mapper_spec.rb +5 -0
  78. data/spec/spki_spec.rb +1 -1
  79. metadata +14 -35
  80. checksums.yaml.gz.sig +0 -1
  81. data.tar.gz.sig +0 -0
  82. metadata.gz.sig +0 -0
@@ -248,15 +248,15 @@
248
248
  <pre class="lines">
249
249
 
250
250
 
251
- 25
252
- 26
253
- 27
254
- 28
255
- 29
256
- 30</pre>
251
+ 30
252
+ 31
253
+ 32
254
+ 33
255
+ 34
256
+ 35</pre>
257
257
  </td>
258
258
  <td>
259
- <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 25</span>
259
+ <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 30</span>
260
260
 
261
261
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_batch_register'>batch_register</span><span class='lparen'>(</span><span class='id identifier rubyid_oids'>oids</span><span class='rparen'>)</span>
262
262
  <span class='id identifier rubyid_oids'>oids</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_oid_hash'>oid_hash</span><span class='op'>|</span>
@@ -372,7 +372,12 @@
372
372
  13
373
373
  14
374
374
  15
375
- 16</pre>
375
+ 16
376
+ 17
377
+ 18
378
+ 19
379
+ 20
380
+ 21</pre>
376
381
  </td>
377
382
  <td>
378
383
  <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 11</span>
@@ -381,7 +386,12 @@
381
386
  <span class='kw'>if</span> <span class='id identifier rubyid_long_name'>long_name</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span>
382
387
  <span class='id identifier rubyid_long_name'>long_name</span> <span class='op'>=</span> <span class='id identifier rubyid_short_name'>short_name</span>
383
388
  <span class='kw'>end</span>
384
- <span class='const'>OpenSSL</span><span class='op'>::</span><span class='const'>ASN1</span><span class='op'>::</span><span class='const'>ObjectId</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid'>oid</span><span class='comma'>,</span> <span class='id identifier rubyid_short_name'>short_name</span><span class='comma'>,</span> <span class='id identifier rubyid_long_name'>long_name</span><span class='rparen'>)</span>
389
+
390
+ <span class='kw'>begin</span>
391
+ <span class='const'>OpenSSL</span><span class='op'>::</span><span class='const'>ASN1</span><span class='op'>::</span><span class='const'>ObjectId</span><span class='period'>.</span><span class='id identifier rubyid_register'>register</span><span class='lparen'>(</span><span class='id identifier rubyid_oid'>oid</span><span class='comma'>,</span> <span class='id identifier rubyid_short_name'>short_name</span><span class='comma'>,</span> <span class='id identifier rubyid_long_name'>long_name</span><span class='rparen'>)</span>
392
+ <span class='kw'>rescue</span> <span class='const'>OpenSSL</span><span class='op'>::</span><span class='const'>ASN1</span><span class='op'>::</span><span class='const'>ASN1Error</span>
393
+ <span class='kw'>false</span>
394
+ <span class='kw'>end</span>
385
395
  <span class='kw'>end</span></pre>
386
396
  </td>
387
397
  </tr>
@@ -462,13 +472,13 @@
462
472
  <pre class="lines">
463
473
 
464
474
 
465
- 41
466
- 42
467
- 43
468
- 44</pre>
475
+ 46
476
+ 47
477
+ 48
478
+ 49</pre>
469
479
  </td>
470
480
  <td>
471
- <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 41</span>
481
+ <pre class="code"><span class="info file"># File 'lib/r509/oid_mapper.rb', line 46</span>
472
482
 
473
483
  <span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_register_from_yaml'>register_from_yaml</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='comma'>,</span> <span class='id identifier rubyid_yaml_data'>yaml_data</span><span class='rparen'>)</span>
474
484
  <span class='id identifier rubyid_conf'>conf</span> <span class='op'>=</span> <span class='const'>YAML</span><span class='period'>.</span><span class='id identifier rubyid_load'>load</span><span class='lparen'>(</span><span class='id identifier rubyid_yaml_data'>yaml_data</span><span class='rparen'>)</span>
@@ -484,9 +494,9 @@
484
494
  </div>
485
495
 
486
496
  <div id="footer">
487
- Generated on Tue Dec 6 17:27:39 2016 by
497
+ Generated on Thu Nov 2 12:48:00 2017 by
488
498
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
489
- 0.9.5 (ruby-2.4.0).
499
+ 0.9.5 (ruby-2.4.2).
490
500
  </div>
491
501
 
492
502
  </div>
@@ -1886,9 +1886,9 @@ an IO-like object.</p>
1886
1886
  </div>
1887
1887
 
1888
1888
  <div id="footer">
1889
- Generated on Tue Dec 6 17:27:40 2016 by
1889
+ Generated on Thu Nov 2 12:48:01 2017 by
1890
1890
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1891
- 0.9.5 (ruby-2.4.0).
1891
+ 0.9.5 (ruby-2.4.2).
1892
1892
  </div>
1893
1893
 
1894
1894
  </div>
@@ -127,9 +127,9 @@
127
127
  </div>
128
128
 
129
129
  <div id="footer">
130
- Generated on Tue Dec 6 17:27:40 2016 by
130
+ Generated on Thu Nov 2 12:48:01 2017 by
131
131
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
132
- 0.9.5 (ruby-2.4.0).
132
+ 0.9.5 (ruby-2.4.2).
133
133
  </div>
134
134
 
135
135
  </div>
@@ -1491,9 +1491,9 @@ an IO-like object.</p>
1491
1491
  </div>
1492
1492
 
1493
1493
  <div id="footer">
1494
- Generated on Tue Dec 6 17:27:39 2016 by
1494
+ Generated on Thu Nov 2 12:48:01 2017 by
1495
1495
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1496
- 0.9.5 (ruby-2.4.0).
1496
+ 0.9.5 (ruby-2.4.2).
1497
1497
  </div>
1498
1498
 
1499
1499
  </div>
@@ -1111,9 +1111,9 @@ via R509::OIDMapper</p>
1111
1111
  </div>
1112
1112
 
1113
1113
  <div id="footer">
1114
- Generated on Tue Dec 6 17:27:39 2016 by
1114
+ Generated on Thu Nov 2 12:48:01 2017 by
1115
1115
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1116
- 0.9.5 (ruby-2.4.0).
1116
+ 0.9.5 (ruby-2.4.2).
1117
1117
  </div>
1118
1118
 
1119
1119
  </div>
@@ -172,9 +172,9 @@ information (used for serving OCSP responses)</p>
172
172
  </div>
173
173
 
174
174
  <div id="footer">
175
- Generated on Tue Dec 6 17:27:39 2016 by
175
+ Generated on Thu Nov 2 12:48:00 2017 by
176
176
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
177
- 0.9.5 (ruby-2.4.0).
177
+ 0.9.5 (ruby-2.4.2).
178
178
  </div>
179
179
 
180
180
  </div>
@@ -280,9 +280,9 @@ r509-validity-redis for an example of use</p>
280
280
  </div>
281
281
 
282
282
  <div id="footer">
283
- Generated on Tue Dec 6 17:27:40 2016 by
283
+ Generated on Thu Nov 2 12:48:01 2017 by
284
284
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
285
- 0.9.5 (ruby-2.4.0).
285
+ 0.9.5 (ruby-2.4.2).
286
286
  </div>
287
287
 
288
288
  </div>
@@ -272,9 +272,9 @@ OTHERWISE</p>
272
272
  </div>
273
273
 
274
274
  <div id="footer">
275
- Generated on Tue Dec 6 17:27:40 2016 by
275
+ Generated on Thu Nov 2 12:48:01 2017 by
276
276
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
277
- 0.9.5 (ruby-2.4.0).
277
+ 0.9.5 (ruby-2.4.2).
278
278
  </div>
279
279
 
280
280
  </div>
@@ -319,9 +319,9 @@
319
319
  </div>
320
320
 
321
321
  <div id="footer">
322
- Generated on Tue Dec 6 17:27:40 2016 by
322
+ Generated on Thu Nov 2 12:48:01 2017 by
323
323
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
324
- 0.9.5 (ruby-2.4.0).
324
+ 0.9.5 (ruby-2.4.2).
325
325
  </div>
326
326
 
327
327
  </div>
@@ -551,9 +551,9 @@
551
551
  </div>
552
552
 
553
553
  <div id="footer">
554
- Generated on Tue Dec 6 17:27:40 2016 by
554
+ Generated on Thu Nov 2 12:48:01 2017 by
555
555
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
556
- 0.9.5 (ruby-2.4.0).
556
+ 0.9.5 (ruby-2.4.2).
557
557
  </div>
558
558
 
559
559
  </div>
@@ -336,9 +336,9 @@ r509-validity-redis for an example of use</p>
336
336
  </div>
337
337
 
338
338
  <div id="footer">
339
- Generated on Tue Dec 6 17:27:40 2016 by
339
+ Generated on Thu Nov 2 12:48:01 2017 by
340
340
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
341
- 0.9.5 (ruby-2.4.0).
341
+ 0.9.5 (ruby-2.4.2).
342
342
  </div>
343
343
 
344
344
  </div>
@@ -68,12 +68,6 @@
68
68
  <li class="r2"><a href="file.r509.html" title="r509">r509</a></li>
69
69
 
70
70
 
71
- <li class="r1"><a href="file.CONTRIBUTING.html" title="CONTRIBUTING">CONTRIBUTING</a></li>
72
-
73
-
74
- <li class="r2"><a href="file.YAML.html" title="YAML">YAML</a></li>
75
-
76
-
77
71
  <li class="r1"><a href="file.LICENSE.html" title="LICENSE">LICENSE</a></li>
78
72
 
79
73
 
@@ -669,9 +663,9 @@
669
663
  </div>
670
664
 
671
665
  <div id="footer">
672
- Generated on Tue Dec 6 17:27:38 2016 by
666
+ Generated on Thu Nov 2 12:48:00 2017 by
673
667
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
674
- 0.9.5 (ruby-2.4.0).
668
+ 0.9.5 (ruby-2.4.2).
675
669
  </div>
676
670
 
677
671
  </div>
@@ -76,9 +76,9 @@ limitations under the License.</code></pre>
76
76
  </div></div>
77
77
 
78
78
  <div id="footer">
79
- Generated on Tue Dec 6 17:27:38 2016 by
79
+ Generated on Thu Nov 2 12:48:00 2017 by
80
80
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
81
- 0.9.5 (ruby-2.4.0).
81
+ 0.9.5 (ruby-2.4.2).
82
82
  </div>
83
83
 
84
84
  </div>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <h2>Requirements</h2>
71
71
 
72
- <p>r509 requires Ruby 1.9.3+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.0+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.</p>
72
+ <p>r509 requires Ruby 2.0.0+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.1+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.</p>
73
73
 
74
74
  <h2>Installation</h2>
75
75
 
@@ -83,11 +83,19 @@ rake gem:install
83
83
 
84
84
  <h2>Documentation</h2>
85
85
 
86
- <p>There is documentation available for every method and class in r509 available via yardoc. You can view the latest release docs at <a href="http://r509.org">r509.org</a>. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type <code>rake yard</code> with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.</p>
86
+ <p>There is documentation available for every method and class in r509 available via yardoc. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type <code>rake yard</code> with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.</p>
87
+
88
+ <h2>Changelog</h2>
89
+
90
+ <h3>1.0.1</h3>
91
+
92
+ <ul>
93
+ <li>Support Rubies compiled against OpenSSL 1.1.0.</li>
94
+ </ul>
87
95
 
88
96
  <h2>Support</h2>
89
97
 
90
- <p>You can <a href="https://github.com/r509/r509/issues">file bugs</a>, contact me directly, or join the #r509 channel on irc.freenode.net to ask questions.</p>
98
+ <p>You can <a href="https://github.com/r509/r509/issues">file bugs</a> to get support from the community.</p>
91
99
 
92
100
  <h2>Running Tests/Building Gem</h2>
93
101
 
@@ -95,7 +103,7 @@ rake gem:install
95
103
 
96
104
  <h2>Continuous Integration</h2>
97
105
 
98
- <p>We run continuous integration tests (using Travis-CI) against 1.9.3, 2.0.0, 2.1.0, ruby-head, and rubinius. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.</p>
106
+ <p>We run continuous integration tests (using Travis-CI) against 2.2, 2.3, and 2.4. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.</p>
99
107
 
100
108
  <h2>Executables</h2>
101
109
 
@@ -605,13 +613,13 @@ rake gem:install
605
613
 
606
614
  <p>See the LICENSE file. Licensed under the Apache 2.0 License.</p>
607
615
 
608
- <h2><a href="YAML.mdown">YAML Documentation</a></h2>
616
+ <h2><a href="YAML.md">YAML Documentation</a></h2>
609
617
  </div></div>
610
618
 
611
619
  <div id="footer">
612
- Generated on Tue Dec 6 17:27:38 2016 by
620
+ Generated on Thu Nov 2 12:48:00 2017 by
613
621
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
614
- 0.9.5 (ruby-2.4.0).
622
+ 0.9.5 (ruby-2.4.2).
615
623
  </div>
616
624
 
617
625
  </div>
@@ -346,9 +346,9 @@ jurisdictionOfIncorporationStateOrProvinceName</p>
346
346
  </div></div>
347
347
 
348
348
  <div id="footer">
349
- Generated on Tue Dec 6 17:27:38 2016 by
349
+ Generated on Thu Nov 2 12:48:00 2017 by
350
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351
- 0.9.5 (ruby-2.4.0).
351
+ 0.9.5 (ruby-2.4.2).
352
352
  </div>
353
353
 
354
354
  </div>
@@ -54,16 +54,6 @@
54
54
  </li>
55
55
 
56
56
 
57
- <li id="object_CONTRIBUTING" class="odd">
58
- <div class="item"><span class="object_link"><a href="file.CONTRIBUTING.html" title="CONTRIBUTING">CONTRIBUTING</a></span></div>
59
- </li>
60
-
61
-
62
- <li id="object_YAML" class="even">
63
- <div class="item"><span class="object_link"><a href="file.YAML.html" title="YAML">YAML</a></span></div>
64
- </li>
65
-
66
-
67
57
  <li id="object_LICENSE" class="odd">
68
58
  <div class="item"><span class="object_link"><a href="file.LICENSE.html" title="LICENSE">LICENSE</a></span></div>
69
59
  </li>
@@ -69,7 +69,7 @@
69
69
 
70
70
  <h2>Requirements</h2>
71
71
 
72
- <p>r509 requires Ruby 1.9.3+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.0+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.</p>
72
+ <p>r509 requires Ruby 2.0.0+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.1+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.</p>
73
73
 
74
74
  <h2>Installation</h2>
75
75
 
@@ -83,11 +83,19 @@ rake gem:install
83
83
 
84
84
  <h2>Documentation</h2>
85
85
 
86
- <p>There is documentation available for every method and class in r509 available via yardoc. You can view the latest release docs at <a href="http://r509.org">r509.org</a>. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type <code>rake yard</code> with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.</p>
86
+ <p>There is documentation available for every method and class in r509 available via yardoc. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type <code>rake yard</code> with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.</p>
87
+
88
+ <h2>Changelog</h2>
89
+
90
+ <h3>1.0.1</h3>
91
+
92
+ <ul>
93
+ <li>Support Rubies compiled against OpenSSL 1.1.0.</li>
94
+ </ul>
87
95
 
88
96
  <h2>Support</h2>
89
97
 
90
- <p>You can <a href="https://github.com/r509/r509/issues">file bugs</a>, contact me directly, or join the #r509 channel on irc.freenode.net to ask questions.</p>
98
+ <p>You can <a href="https://github.com/r509/r509/issues">file bugs</a> to get support from the community.</p>
91
99
 
92
100
  <h2>Running Tests/Building Gem</h2>
93
101
 
@@ -95,7 +103,7 @@ rake gem:install
95
103
 
96
104
  <h2>Continuous Integration</h2>
97
105
 
98
- <p>We run continuous integration tests (using Travis-CI) against 1.9.3, 2.0.0, 2.1.0, ruby-head, and rubinius. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.</p>
106
+ <p>We run continuous integration tests (using Travis-CI) against 2.2, 2.3, and 2.4. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.</p>
99
107
 
100
108
  <h2>Executables</h2>
101
109
 
@@ -605,13 +613,13 @@ rake gem:install
605
613
 
606
614
  <p>See the LICENSE file. Licensed under the Apache 2.0 License.</p>
607
615
 
608
- <h2><a href="YAML.mdown">YAML Documentation</a></h2>
616
+ <h2><a href="YAML.md">YAML Documentation</a></h2>
609
617
  </div></div>
610
618
 
611
619
  <div id="footer">
612
- Generated on Tue Dec 6 17:27:38 2016 by
620
+ Generated on Thu Nov 2 12:48:00 2017 by
613
621
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
614
- 0.9.5 (ruby-2.4.0).
622
+ 0.9.5 (ruby-2.4.2).
615
623
  </div>
616
624
 
617
625
  </div>
@@ -54,16 +54,16 @@
54
54
 
55
55
  <li class="even ">
56
56
  <div class="item">
57
- <span class='object_link'><a href="R509/Subject.html#%5B%5D-instance_method" title="R509::Subject#[] (method)">#[]</a></span>
58
- <small>R509::Subject</small>
57
+ <span class='object_link'><a href="R509/Config/CAConfigPool.html#%5B%5D-instance_method" title="R509::Config::CAConfigPool#[] (method)">#[]</a></span>
58
+ <small>R509::Config::CAConfigPool</small>
59
59
  </div>
60
60
  </li>
61
61
 
62
62
 
63
63
  <li class="odd ">
64
64
  <div class="item">
65
- <span class='object_link'><a href="R509/Config/CAConfigPool.html#%5B%5D-instance_method" title="R509::Config::CAConfigPool#[] (method)">#[]</a></span>
66
- <small>R509::Config::CAConfigPool</small>
65
+ <span class='object_link'><a href="R509/Subject.html#%5B%5D-instance_method" title="R509::Subject#[] (method)">#[]</a></span>
66
+ <small>R509::Subject</small>
67
67
  </div>
68
68
  </li>
69
69
 
@@ -126,16 +126,16 @@
126
126
 
127
127
  <li class="odd ">
128
128
  <div class="item">
129
- <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#allows%3F-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#allows? (method)">#allows?</a></span>
130
- <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
129
+ <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#allows%3F-instance_method" title="R509::Cert::Extensions::KeyUsage#allows? (method)">#allows?</a></span>
130
+ <small>R509::Cert::Extensions::KeyUsage</small>
131
131
  </div>
132
132
  </li>
133
133
 
134
134
 
135
135
  <li class="even ">
136
136
  <div class="item">
137
- <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#allows%3F-instance_method" title="R509::Cert::Extensions::KeyUsage#allows? (method)">#allows?</a></span>
138
- <small>R509::Cert::Extensions::KeyUsage</small>
137
+ <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#allows%3F-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#allows? (method)">#allows?</a></span>
138
+ <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
139
139
  </div>
140
140
  </li>
141
141
 
@@ -238,16 +238,16 @@
238
238
 
239
239
  <li class="odd ">
240
240
  <div class="item">
241
- <span class='object_link'><a href="R509/PrivateKey.html#bit_length-instance_method" title="R509::PrivateKey#bit_length (method)">#bit_length</a></span>
242
- <small>R509::PrivateKey</small>
241
+ <span class='object_link'><a href="R509/Helpers.html#bit_length-instance_method" title="R509::Helpers#bit_length (method)">#bit_length</a></span>
242
+ <small>R509::Helpers</small>
243
243
  </div>
244
244
  </li>
245
245
 
246
246
 
247
247
  <li class="even ">
248
248
  <div class="item">
249
- <span class='object_link'><a href="R509/Helpers.html#bit_length-instance_method" title="R509::Helpers#bit_length (method)">#bit_length</a></span>
250
- <small>R509::Helpers</small>
249
+ <span class='object_link'><a href="R509/PrivateKey.html#bit_length-instance_method" title="R509::PrivateKey#bit_length (method)">#bit_length</a></span>
250
+ <small>R509::PrivateKey</small>
251
251
  </div>
252
252
  </li>
253
253
 
@@ -310,16 +310,16 @@
310
310
 
311
311
  <li class="even ">
312
312
  <div class="item">
313
- <span class='object_link'><a href="R509/Validity/Checker.html#check-instance_method" title="R509::Validity::Checker#check (method)">#check</a></span>
314
- <small>R509::Validity::Checker</small>
313
+ <span class='object_link'><a href="R509/Validity/DefaultChecker.html#check-instance_method" title="R509::Validity::DefaultChecker#check (method)">#check</a></span>
314
+ <small>R509::Validity::DefaultChecker</small>
315
315
  </div>
316
316
  </li>
317
317
 
318
318
 
319
319
  <li class="odd ">
320
320
  <div class="item">
321
- <span class='object_link'><a href="R509/Validity/DefaultChecker.html#check-instance_method" title="R509::Validity::DefaultChecker#check (method)">#check</a></span>
322
- <small>R509::Validity::DefaultChecker</small>
321
+ <span class='object_link'><a href="R509/Validity/Checker.html#check-instance_method" title="R509::Validity::Checker#check (method)">#check</a></span>
322
+ <small>R509::Validity::Checker</small>
323
323
  </div>
324
324
  </li>
325
325
 
@@ -478,16 +478,16 @@
478
478
 
479
479
  <li class="odd ">
480
480
  <div class="item">
481
- <span class='object_link'><a href="R509/Helpers.html#curve_name-instance_method" title="R509::Helpers#curve_name (method)">#curve_name</a></span>
482
- <small>R509::Helpers</small>
481
+ <span class='object_link'><a href="R509/PrivateKey.html#curve_name-instance_method" title="R509::PrivateKey#curve_name (method)">#curve_name</a></span>
482
+ <small>R509::PrivateKey</small>
483
483
  </div>
484
484
  </li>
485
485
 
486
486
 
487
487
  <li class="even ">
488
488
  <div class="item">
489
- <span class='object_link'><a href="R509/PrivateKey.html#curve_name-instance_method" title="R509::PrivateKey#curve_name (method)">#curve_name</a></span>
490
- <small>R509::PrivateKey</small>
489
+ <span class='object_link'><a href="R509/Helpers.html#curve_name-instance_method" title="R509::Helpers#curve_name (method)">#curve_name</a></span>
490
+ <small>R509::Helpers</small>
491
491
  </div>
492
492
  </li>
493
493
 
@@ -582,16 +582,16 @@
582
582
 
583
583
  <li class="even ">
584
584
  <div class="item">
585
- <span class='object_link'><a href="R509/PrivateKey.html#dsa%3F-instance_method" title="R509::PrivateKey#dsa? (method)">#dsa?</a></span>
586
- <small>R509::PrivateKey</small>
585
+ <span class='object_link'><a href="R509/Helpers.html#dsa%3F-instance_method" title="R509::Helpers#dsa? (method)">#dsa?</a></span>
586
+ <small>R509::Helpers</small>
587
587
  </div>
588
588
  </li>
589
589
 
590
590
 
591
591
  <li class="odd ">
592
592
  <div class="item">
593
- <span class='object_link'><a href="R509/Helpers.html#dsa%3F-instance_method" title="R509::Helpers#dsa? (method)">#dsa?</a></span>
594
- <small>R509::Helpers</small>
593
+ <span class='object_link'><a href="R509/PrivateKey.html#dsa%3F-instance_method" title="R509::PrivateKey#dsa? (method)">#dsa?</a></span>
594
+ <small>R509::PrivateKey</small>
595
595
  </div>
596
596
  </li>
597
597
 
@@ -662,16 +662,16 @@
662
662
 
663
663
  <li class="even ">
664
664
  <div class="item">
665
- <span class='object_link'><a href="R509/Config/CertProfile.html#extended_key_usage-instance_method" title="R509::Config::CertProfile#extended_key_usage (method)">#extended_key_usage</a></span>
666
- <small>R509::Config::CertProfile</small>
665
+ <span class='object_link'><a href="R509/Cert.html#extended_key_usage-instance_method" title="R509::Cert#extended_key_usage (method)">#extended_key_usage</a></span>
666
+ <small>R509::Cert</small>
667
667
  </div>
668
668
  </li>
669
669
 
670
670
 
671
671
  <li class="odd ">
672
672
  <div class="item">
673
- <span class='object_link'><a href="R509/Cert.html#extended_key_usage-instance_method" title="R509::Cert#extended_key_usage (method)">#extended_key_usage</a></span>
674
- <small>R509::Cert</small>
673
+ <span class='object_link'><a href="R509/Config/CertProfile.html#extended_key_usage-instance_method" title="R509::Config::CertProfile#extended_key_usage (method)">#extended_key_usage</a></span>
674
+ <small>R509::Config::CertProfile</small>
675
675
  </div>
676
676
  </li>
677
677
 
@@ -702,16 +702,16 @@
702
702
 
703
703
  <li class="odd ">
704
704
  <div class="item">
705
- <span class='object_link'><a href="R509/Config/CAConfigPool.html#from_yaml-class_method" title="R509::Config::CAConfigPool.from_yaml (method)">from_yaml</a></span>
706
- <small>R509::Config::CAConfigPool</small>
705
+ <span class='object_link'><a href="R509/Config/CAConfig.html#from_yaml-class_method" title="R509::Config::CAConfig.from_yaml (method)">from_yaml</a></span>
706
+ <small>R509::Config::CAConfig</small>
707
707
  </div>
708
708
  </li>
709
709
 
710
710
 
711
711
  <li class="even ">
712
712
  <div class="item">
713
- <span class='object_link'><a href="R509/Config/CAConfig.html#from_yaml-class_method" title="R509::Config::CAConfig.from_yaml (method)">from_yaml</a></span>
714
- <small>R509::Config::CAConfig</small>
713
+ <span class='object_link'><a href="R509/Config/CAConfigPool.html#from_yaml-class_method" title="R509::Config::CAConfigPool.from_yaml (method)">from_yaml</a></span>
714
+ <small>R509::Config::CAConfigPool</small>
715
715
  </div>
716
716
  </li>
717
717
 
@@ -814,304 +814,304 @@
814
814
 
815
815
  <li class="odd ">
816
816
  <div class="item">
817
- <span class='object_link'><a href="R509/MessageDigest.html#initialize-instance_method" title="R509::MessageDigest#initialize (method)">#initialize</a></span>
818
- <small>R509::MessageDigest</small>
817
+ <span class='object_link'><a href="R509/Subject.html#initialize-instance_method" title="R509::Subject#initialize (method)">#initialize</a></span>
818
+ <small>R509::Subject</small>
819
819
  </div>
820
820
  </li>
821
821
 
822
822
 
823
823
  <li class="even ">
824
824
  <div class="item">
825
- <span class='object_link'><a href="R509/CertificateAuthority/Signer.html#initialize-instance_method" title="R509::CertificateAuthority::Signer#initialize (method)">#initialize</a></span>
826
- <small>R509::CertificateAuthority::Signer</small>
825
+ <span class='object_link'><a href="R509/Cert/Extensions/AuthorityKeyIdentifier.html#initialize-instance_method" title="R509::Cert::Extensions::AuthorityKeyIdentifier#initialize (method)">#initialize</a></span>
826
+ <small>R509::Cert::Extensions::AuthorityKeyIdentifier</small>
827
827
  </div>
828
828
  </li>
829
829
 
830
830
 
831
831
  <li class="odd ">
832
832
  <div class="item">
833
- <span class='object_link'><a href="R509/Config/SubjectItemPolicy.html#initialize-instance_method" title="R509::Config::SubjectItemPolicy#initialize (method)">#initialize</a></span>
834
- <small>R509::Config::SubjectItemPolicy</small>
833
+ <span class='object_link'><a href="R509/CSR.html#initialize-instance_method" title="R509::CSR#initialize (method)">#initialize</a></span>
834
+ <small>R509::CSR</small>
835
835
  </div>
836
836
  </li>
837
837
 
838
838
 
839
839
  <li class="even ">
840
840
  <div class="item">
841
- <span class='object_link'><a href="R509/Cert/Extensions/OCSPNoCheck.html#initialize-instance_method" title="R509::Cert::Extensions::OCSPNoCheck#initialize (method)">#initialize</a></span>
842
- <small>R509::Cert::Extensions::OCSPNoCheck</small>
841
+ <span class='object_link'><a href="R509/Cert/Extensions/SubjectAlternativeName.html#initialize-instance_method" title="R509::Cert::Extensions::SubjectAlternativeName#initialize (method)">#initialize</a></span>
842
+ <small>R509::Cert::Extensions::SubjectAlternativeName</small>
843
843
  </div>
844
844
  </li>
845
845
 
846
846
 
847
847
  <li class="odd ">
848
848
  <div class="item">
849
- <span class='object_link'><a href="R509/Cert/Extensions/NameConstraints.html#initialize-instance_method" title="R509::Cert::Extensions::NameConstraints#initialize (method)">#initialize</a></span>
850
- <small>R509::Cert::Extensions::NameConstraints</small>
849
+ <span class='object_link'><a href="R509/Cert/Extensions/CRLDistributionPoints.html#initialize-instance_method" title="R509::Cert::Extensions::CRLDistributionPoints#initialize (method)">#initialize</a></span>
850
+ <small>R509::Cert::Extensions::CRLDistributionPoints</small>
851
851
  </div>
852
852
  </li>
853
853
 
854
854
 
855
855
  <li class="even ">
856
856
  <div class="item">
857
- <span class='object_link'><a href="R509/Cert.html#initialize-instance_method" title="R509::Cert#initialize (method)">#initialize</a></span>
858
- <small>R509::Cert</small>
857
+ <span class='object_link'><a href="R509/Cert/Extensions/SubjectKeyIdentifier.html#initialize-instance_method" title="R509::Cert::Extensions::SubjectKeyIdentifier#initialize (method)">#initialize</a></span>
858
+ <small>R509::Cert::Extensions::SubjectKeyIdentifier</small>
859
859
  </div>
860
860
  </li>
861
861
 
862
862
 
863
863
  <li class="odd ">
864
864
  <div class="item">
865
- <span class='object_link'><a href="R509/Cert/Extensions/BasicConstraints.html#initialize-instance_method" title="R509::Cert::Extensions::BasicConstraints#initialize (method)">#initialize</a></span>
866
- <small>R509::Cert::Extensions::BasicConstraints</small>
865
+ <span class='object_link'><a href="R509/Cert.html#initialize-instance_method" title="R509::Cert#initialize (method)">#initialize</a></span>
866
+ <small>R509::Cert</small>
867
867
  </div>
868
868
  </li>
869
869
 
870
870
 
871
871
  <li class="even ">
872
872
  <div class="item">
873
- <span class='object_link'><a href="R509/Engine.html#initialize-instance_method" title="R509::Engine#initialize (method)">#initialize</a></span>
874
- <small>R509::Engine</small>
873
+ <span class='object_link'><a href="R509/CertificateAuthority/OptionsBuilder.html#initialize-instance_method" title="R509::CertificateAuthority::OptionsBuilder#initialize (method)">#initialize</a></span>
874
+ <small>R509::CertificateAuthority::OptionsBuilder</small>
875
875
  </div>
876
876
  </li>
877
877
 
878
878
 
879
879
  <li class="odd ">
880
880
  <div class="item">
881
- <span class='object_link'><a href="R509/Subject.html#initialize-instance_method" title="R509::Subject#initialize (method)">#initialize</a></span>
882
- <small>R509::Subject</small>
881
+ <span class='object_link'><a href="R509/Cert/Extensions/AuthorityInfoAccess.html#initialize-instance_method" title="R509::Cert::Extensions::AuthorityInfoAccess#initialize (method)">#initialize</a></span>
882
+ <small>R509::Cert::Extensions::AuthorityInfoAccess</small>
883
883
  </div>
884
884
  </li>
885
885
 
886
886
 
887
887
  <li class="even ">
888
888
  <div class="item">
889
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyConstraints.html#initialize-instance_method" title="R509::Cert::Extensions::PolicyConstraints#initialize (method)">#initialize</a></span>
890
- <small>R509::Cert::Extensions::PolicyConstraints</small>
889
+ <span class='object_link'><a href="R509/Cert/Extensions/NoticeReference.html#initialize-instance_method" title="R509::Cert::Extensions::NoticeReference#initialize (method)">#initialize</a></span>
890
+ <small>R509::Cert::Extensions::NoticeReference</small>
891
891
  </div>
892
892
  </li>
893
893
 
894
894
 
895
895
  <li class="odd ">
896
896
  <div class="item">
897
- <span class='object_link'><a href="R509/ASN1/GeneralNames.html#initialize-instance_method" title="R509::ASN1::GeneralNames#initialize (method)">#initialize</a></span>
898
- <small>R509::ASN1::GeneralNames</small>
897
+ <span class='object_link'><a href="R509/Cert/Extensions/UserNotice.html#initialize-instance_method" title="R509::Cert::Extensions::UserNotice#initialize (method)">#initialize</a></span>
898
+ <small>R509::Cert::Extensions::UserNotice</small>
899
899
  </div>
900
900
  </li>
901
901
 
902
902
 
903
903
  <li class="even ">
904
904
  <div class="item">
905
- <span class='object_link'><a href="R509/Cert/Extensions/InhibitAnyPolicy.html#initialize-instance_method" title="R509::Cert::Extensions::InhibitAnyPolicy#initialize (method)">#initialize</a></span>
906
- <small>R509::Cert::Extensions::InhibitAnyPolicy</small>
905
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#initialize-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#initialize (method)">#initialize</a></span>
906
+ <small>R509::Cert::Extensions::PolicyQualifiers</small>
907
907
  </div>
908
908
  </li>
909
909
 
910
910
 
911
911
  <li class="odd ">
912
912
  <div class="item">
913
- <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#initialize-instance_method" title="R509::Cert::Extensions::KeyUsage#initialize (method)">#initialize</a></span>
914
- <small>R509::Cert::Extensions::KeyUsage</small>
913
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyInformation.html#initialize-instance_method" title="R509::Cert::Extensions::PolicyInformation#initialize (method)">#initialize</a></span>
914
+ <small>R509::Cert::Extensions::PolicyInformation</small>
915
915
  </div>
916
916
  </li>
917
917
 
918
918
 
919
919
  <li class="even ">
920
920
  <div class="item">
921
- <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#initialize-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#initialize (method)">#initialize</a></span>
922
- <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
921
+ <span class='object_link'><a href="R509/Cert/Extensions/CertificatePolicies.html#initialize-instance_method" title="R509::Cert::Extensions::CertificatePolicies#initialize (method)">#initialize</a></span>
922
+ <small>R509::Cert::Extensions::CertificatePolicies</small>
923
923
  </div>
924
924
  </li>
925
925
 
926
926
 
927
927
  <li class="odd ">
928
928
  <div class="item">
929
- <span class='object_link'><a href="R509/CRL/SQLiteReaderWriter.html#initialize-instance_method" title="R509::CRL::SQLiteReaderWriter#initialize (method)">#initialize</a></span>
930
- <small>R509::CRL::SQLiteReaderWriter</small>
929
+ <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#initialize-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#initialize (method)">#initialize</a></span>
930
+ <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
931
931
  </div>
932
932
  </li>
933
933
 
934
934
 
935
935
  <li class="even ">
936
936
  <div class="item">
937
- <span class='object_link'><a href="R509/Config/CAConfigPool.html#initialize-instance_method" title="R509::Config::CAConfigPool#initialize (method)">#initialize</a></span>
938
- <small>R509::Config::CAConfigPool</small>
937
+ <span class='object_link'><a href="R509/Cert/Extensions/InhibitAnyPolicy.html#initialize-instance_method" title="R509::Cert::Extensions::InhibitAnyPolicy#initialize (method)">#initialize</a></span>
938
+ <small>R509::Cert::Extensions::InhibitAnyPolicy</small>
939
939
  </div>
940
940
  </li>
941
941
 
942
942
 
943
943
  <li class="odd ">
944
944
  <div class="item">
945
- <span class='object_link'><a href="R509/ASN1/GeneralName.html#initialize-instance_method" title="R509::ASN1::GeneralName#initialize (method)">#initialize</a></span>
946
- <small>R509::ASN1::GeneralName</small>
945
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyConstraints.html#initialize-instance_method" title="R509::Cert::Extensions::PolicyConstraints#initialize (method)">#initialize</a></span>
946
+ <small>R509::Cert::Extensions::PolicyConstraints</small>
947
947
  </div>
948
948
  </li>
949
949
 
950
950
 
951
951
  <li class="even ">
952
952
  <div class="item">
953
- <span class='object_link'><a href="R509/Config/CertProfile.html#initialize-instance_method" title="R509::Config::CertProfile#initialize (method)">#initialize</a></span>
954
- <small>R509::Config::CertProfile</small>
953
+ <span class='object_link'><a href="R509/ASN1/GeneralName.html#initialize-instance_method" title="R509::ASN1::GeneralName#initialize (method)">#initialize</a></span>
954
+ <small>R509::ASN1::GeneralName</small>
955
955
  </div>
956
956
  </li>
957
957
 
958
958
 
959
959
  <li class="odd ">
960
960
  <div class="item">
961
- <span class='object_link'><a href="R509/Cert/Extensions/CertificatePolicies.html#initialize-instance_method" title="R509::Cert::Extensions::CertificatePolicies#initialize (method)">#initialize</a></span>
962
- <small>R509::Cert::Extensions::CertificatePolicies</small>
961
+ <span class='object_link'><a href="R509/Cert/Extensions/BasicConstraints.html#initialize-instance_method" title="R509::Cert::Extensions::BasicConstraints#initialize (method)">#initialize</a></span>
962
+ <small>R509::Cert::Extensions::BasicConstraints</small>
963
963
  </div>
964
964
  </li>
965
965
 
966
966
 
967
967
  <li class="even ">
968
968
  <div class="item">
969
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyInformation.html#initialize-instance_method" title="R509::Cert::Extensions::PolicyInformation#initialize (method)">#initialize</a></span>
970
- <small>R509::Cert::Extensions::PolicyInformation</small>
969
+ <span class='object_link'><a href="R509/Cert/Extensions/NameConstraints.html#initialize-instance_method" title="R509::Cert::Extensions::NameConstraints#initialize (method)">#initialize</a></span>
970
+ <small>R509::Cert::Extensions::NameConstraints</small>
971
971
  </div>
972
972
  </li>
973
973
 
974
974
 
975
975
  <li class="odd ">
976
976
  <div class="item">
977
- <span class='object_link'><a href="R509/Validity/Status.html#initialize-instance_method" title="R509::Validity::Status#initialize (method)">#initialize</a></span>
978
- <small>R509::Validity::Status</small>
977
+ <span class='object_link'><a href="R509/Cert/Extensions/OCSPNoCheck.html#initialize-instance_method" title="R509::Cert::Extensions::OCSPNoCheck#initialize (method)">#initialize</a></span>
978
+ <small>R509::Cert::Extensions::OCSPNoCheck</small>
979
979
  </div>
980
980
  </li>
981
981
 
982
982
 
983
983
  <li class="even ">
984
984
  <div class="item">
985
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#initialize-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#initialize (method)">#initialize</a></span>
986
- <small>R509::Cert::Extensions::PolicyQualifiers</small>
985
+ <span class='object_link'><a href="R509/ASN1/GeneralNames.html#initialize-instance_method" title="R509::ASN1::GeneralNames#initialize (method)">#initialize</a></span>
986
+ <small>R509::ASN1::GeneralNames</small>
987
987
  </div>
988
988
  </li>
989
989
 
990
990
 
991
991
  <li class="odd ">
992
992
  <div class="item">
993
- <span class='object_link'><a href="R509/Cert/Extensions/UserNotice.html#initialize-instance_method" title="R509::Cert::Extensions::UserNotice#initialize (method)">#initialize</a></span>
994
- <small>R509::Cert::Extensions::UserNotice</small>
993
+ <span class='object_link'><a href="R509/CertificateAuthority/Signer.html#initialize-instance_method" title="R509::CertificateAuthority::Signer#initialize (method)">#initialize</a></span>
994
+ <small>R509::CertificateAuthority::Signer</small>
995
995
  </div>
996
996
  </li>
997
997
 
998
998
 
999
999
  <li class="even ">
1000
1000
  <div class="item">
1001
- <span class='object_link'><a href="R509/Cert/Extensions/NoticeReference.html#initialize-instance_method" title="R509::Cert::Extensions::NoticeReference#initialize (method)">#initialize</a></span>
1002
- <small>R509::Cert::Extensions::NoticeReference</small>
1001
+ <span class='object_link'><a href="R509/Config/SubjectItemPolicy.html#initialize-instance_method" title="R509::Config::SubjectItemPolicy#initialize (method)">#initialize</a></span>
1002
+ <small>R509::Config::SubjectItemPolicy</small>
1003
1003
  </div>
1004
1004
  </li>
1005
1005
 
1006
1006
 
1007
1007
  <li class="odd ">
1008
1008
  <div class="item">
1009
- <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#initialize-instance_method" title="R509::CRL::FileReaderWriter#initialize (method)">#initialize</a></span>
1010
- <small>R509::CRL::FileReaderWriter</small>
1009
+ <span class='object_link'><a href="R509/SPKI.html#initialize-instance_method" title="R509::SPKI#initialize (method)">#initialize</a></span>
1010
+ <small>R509::SPKI</small>
1011
1011
  </div>
1012
1012
  </li>
1013
1013
 
1014
1014
 
1015
1015
  <li class="even ">
1016
1016
  <div class="item">
1017
- <span class='object_link'><a href="R509/PrivateKey.html#initialize-instance_method" title="R509::PrivateKey#initialize (method)">#initialize</a></span>
1018
- <small>R509::PrivateKey</small>
1017
+ <span class='object_link'><a href="R509/OCSP/Response.html#initialize-instance_method" title="R509::OCSP::Response#initialize (method)">#initialize</a></span>
1018
+ <small>R509::OCSP::Response</small>
1019
1019
  </div>
1020
1020
  </li>
1021
1021
 
1022
1022
 
1023
1023
  <li class="odd ">
1024
1024
  <div class="item">
1025
- <span class='object_link'><a href="R509/OCSP/Response.html#initialize-instance_method" title="R509::OCSP::Response#initialize (method)">#initialize</a></span>
1026
- <small>R509::OCSP::Response</small>
1025
+ <span class='object_link'><a href="R509/Engine.html#initialize-instance_method" title="R509::Engine#initialize (method)">#initialize</a></span>
1026
+ <small>R509::Engine</small>
1027
1027
  </div>
1028
1028
  </li>
1029
1029
 
1030
1030
 
1031
1031
  <li class="even ">
1032
1032
  <div class="item">
1033
- <span class='object_link'><a href="R509/Cert/Extensions/AuthorityInfoAccess.html#initialize-instance_method" title="R509::Cert::Extensions::AuthorityInfoAccess#initialize (method)">#initialize</a></span>
1034
- <small>R509::Cert::Extensions::AuthorityInfoAccess</small>
1033
+ <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#initialize-instance_method" title="R509::Cert::Extensions::KeyUsage#initialize (method)">#initialize</a></span>
1034
+ <small>R509::Cert::Extensions::KeyUsage</small>
1035
1035
  </div>
1036
1036
  </li>
1037
1037
 
1038
1038
 
1039
1039
  <li class="odd ">
1040
1040
  <div class="item">
1041
- <span class='object_link'><a href="R509/CertificateAuthority/OptionsBuilder.html#initialize-instance_method" title="R509::CertificateAuthority::OptionsBuilder#initialize (method)">#initialize</a></span>
1042
- <small>R509::CertificateAuthority::OptionsBuilder</small>
1041
+ <span class='object_link'><a href="R509/CRL/SQLiteReaderWriter.html#initialize-instance_method" title="R509::CRL::SQLiteReaderWriter#initialize (method)">#initialize</a></span>
1042
+ <small>R509::CRL::SQLiteReaderWriter</small>
1043
1043
  </div>
1044
1044
  </li>
1045
1045
 
1046
1046
 
1047
1047
  <li class="even ">
1048
1048
  <div class="item">
1049
- <span class='object_link'><a href="R509/SPKI.html#initialize-instance_method" title="R509::SPKI#initialize (method)">#initialize</a></span>
1050
- <small>R509::SPKI</small>
1049
+ <span class='object_link'><a href="R509/Config/CAConfigPool.html#initialize-instance_method" title="R509::Config::CAConfigPool#initialize (method)">#initialize</a></span>
1050
+ <small>R509::Config::CAConfigPool</small>
1051
1051
  </div>
1052
1052
  </li>
1053
1053
 
1054
1054
 
1055
1055
  <li class="odd ">
1056
1056
  <div class="item">
1057
- <span class='object_link'><a href="R509/CRL/Administrator.html#initialize-instance_method" title="R509::CRL::Administrator#initialize (method)">#initialize</a></span>
1058
- <small>R509::CRL::Administrator</small>
1057
+ <span class='object_link'><a href="R509/Config/CertProfile.html#initialize-instance_method" title="R509::Config::CertProfile#initialize (method)">#initialize</a></span>
1058
+ <small>R509::Config::CertProfile</small>
1059
1059
  </div>
1060
1060
  </li>
1061
1061
 
1062
1062
 
1063
1063
  <li class="even ">
1064
1064
  <div class="item">
1065
- <span class='object_link'><a href="R509/Cert/Extensions/SubjectKeyIdentifier.html#initialize-instance_method" title="R509::Cert::Extensions::SubjectKeyIdentifier#initialize (method)">#initialize</a></span>
1066
- <small>R509::Cert::Extensions::SubjectKeyIdentifier</small>
1065
+ <span class='object_link'><a href="R509/Validity/Status.html#initialize-instance_method" title="R509::Validity::Status#initialize (method)">#initialize</a></span>
1066
+ <small>R509::Validity::Status</small>
1067
1067
  </div>
1068
1068
  </li>
1069
1069
 
1070
1070
 
1071
1071
  <li class="odd ">
1072
1072
  <div class="item">
1073
- <span class='object_link'><a href="R509/Config/CAConfig.html#initialize-instance_method" title="R509::Config::CAConfig#initialize (method)">#initialize</a></span>
1074
- <small>R509::Config::CAConfig</small>
1073
+ <span class='object_link'><a href="R509/PrivateKey.html#initialize-instance_method" title="R509::PrivateKey#initialize (method)">#initialize</a></span>
1074
+ <small>R509::PrivateKey</small>
1075
1075
  </div>
1076
1076
  </li>
1077
1077
 
1078
1078
 
1079
1079
  <li class="even ">
1080
1080
  <div class="item">
1081
- <span class='object_link'><a href="R509/Cert/Extensions/CRLDistributionPoints.html#initialize-instance_method" title="R509::Cert::Extensions::CRLDistributionPoints#initialize (method)">#initialize</a></span>
1082
- <small>R509::Cert::Extensions::CRLDistributionPoints</small>
1081
+ <span class='object_link'><a href="R509/CRL/Administrator.html#initialize-instance_method" title="R509::CRL::Administrator#initialize (method)">#initialize</a></span>
1082
+ <small>R509::CRL::Administrator</small>
1083
1083
  </div>
1084
1084
  </li>
1085
1085
 
1086
1086
 
1087
1087
  <li class="odd ">
1088
1088
  <div class="item">
1089
- <span class='object_link'><a href="R509/CRL/SignedList.html#initialize-instance_method" title="R509::CRL::SignedList#initialize (method)">#initialize</a></span>
1090
- <small>R509::CRL::SignedList</small>
1089
+ <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#initialize-instance_method" title="R509::CRL::FileReaderWriter#initialize (method)">#initialize</a></span>
1090
+ <small>R509::CRL::FileReaderWriter</small>
1091
1091
  </div>
1092
1092
  </li>
1093
1093
 
1094
1094
 
1095
1095
  <li class="even ">
1096
1096
  <div class="item">
1097
- <span class='object_link'><a href="R509/CSR.html#initialize-instance_method" title="R509::CSR#initialize (method)">#initialize</a></span>
1098
- <small>R509::CSR</small>
1097
+ <span class='object_link'><a href="R509/Config/CAConfig.html#initialize-instance_method" title="R509::Config::CAConfig#initialize (method)">#initialize</a></span>
1098
+ <small>R509::Config::CAConfig</small>
1099
1099
  </div>
1100
1100
  </li>
1101
1101
 
1102
1102
 
1103
1103
  <li class="odd ">
1104
1104
  <div class="item">
1105
- <span class='object_link'><a href="R509/Cert/Extensions/AuthorityKeyIdentifier.html#initialize-instance_method" title="R509::Cert::Extensions::AuthorityKeyIdentifier#initialize (method)">#initialize</a></span>
1106
- <small>R509::Cert::Extensions::AuthorityKeyIdentifier</small>
1105
+ <span class='object_link'><a href="R509/MessageDigest.html#initialize-instance_method" title="R509::MessageDigest#initialize (method)">#initialize</a></span>
1106
+ <small>R509::MessageDigest</small>
1107
1107
  </div>
1108
1108
  </li>
1109
1109
 
1110
1110
 
1111
1111
  <li class="even ">
1112
1112
  <div class="item">
1113
- <span class='object_link'><a href="R509/Cert/Extensions/SubjectAlternativeName.html#initialize-instance_method" title="R509::Cert::Extensions::SubjectAlternativeName#initialize (method)">#initialize</a></span>
1114
- <small>R509::Cert::Extensions::SubjectAlternativeName</small>
1113
+ <span class='object_link'><a href="R509/CRL/SignedList.html#initialize-instance_method" title="R509::CRL::SignedList#initialize (method)">#initialize</a></span>
1114
+ <small>R509::CRL::SignedList</small>
1115
1115
  </div>
1116
1116
  </li>
1117
1117
 
@@ -1142,32 +1142,32 @@
1142
1142
 
1143
1143
  <li class="even ">
1144
1144
  <div class="item">
1145
- <span class='object_link'><a href="R509/Validity/Writer.html#is_available%3F-instance_method" title="R509::Validity::Writer#is_available? (method)">#is_available?</a></span>
1146
- <small>R509::Validity::Writer</small>
1145
+ <span class='object_link'><a href="R509/Validity/Checker.html#is_available%3F-instance_method" title="R509::Validity::Checker#is_available? (method)">#is_available?</a></span>
1146
+ <small>R509::Validity::Checker</small>
1147
1147
  </div>
1148
1148
  </li>
1149
1149
 
1150
1150
 
1151
1151
  <li class="odd ">
1152
1152
  <div class="item">
1153
- <span class='object_link'><a href="R509/Validity/Checker.html#is_available%3F-instance_method" title="R509::Validity::Checker#is_available? (method)">#is_available?</a></span>
1154
- <small>R509::Validity::Checker</small>
1153
+ <span class='object_link'><a href="R509/Validity/Writer.html#is_available%3F-instance_method" title="R509::Validity::Writer#is_available? (method)">#is_available?</a></span>
1154
+ <small>R509::Validity::Writer</small>
1155
1155
  </div>
1156
1156
  </li>
1157
1157
 
1158
1158
 
1159
1159
  <li class="even ">
1160
1160
  <div class="item">
1161
- <span class='object_link'><a href="R509/Validity/DefaultWriter.html#is_available%3F-instance_method" title="R509::Validity::DefaultWriter#is_available? (method)">#is_available?</a></span>
1162
- <small>R509::Validity::DefaultWriter</small>
1161
+ <span class='object_link'><a href="R509/Validity/DefaultChecker.html#is_available%3F-instance_method" title="R509::Validity::DefaultChecker#is_available? (method)">#is_available?</a></span>
1162
+ <small>R509::Validity::DefaultChecker</small>
1163
1163
  </div>
1164
1164
  </li>
1165
1165
 
1166
1166
 
1167
1167
  <li class="odd ">
1168
1168
  <div class="item">
1169
- <span class='object_link'><a href="R509/Validity/DefaultChecker.html#is_available%3F-instance_method" title="R509::Validity::DefaultChecker#is_available? (method)">#is_available?</a></span>
1170
- <small>R509::Validity::DefaultChecker</small>
1169
+ <span class='object_link'><a href="R509/Validity/DefaultWriter.html#is_available%3F-instance_method" title="R509::Validity::DefaultWriter#is_available? (method)">#is_available?</a></span>
1170
+ <small>R509::Validity::DefaultWriter</small>
1171
1171
  </div>
1172
1172
  </li>
1173
1173
 
@@ -1190,16 +1190,16 @@
1190
1190
 
1191
1191
  <li class="even ">
1192
1192
  <div class="item">
1193
- <span class='object_link'><a href="R509/Validity/DefaultWriter.html#issue-instance_method" title="R509::Validity::DefaultWriter#issue (method)">#issue</a></span>
1194
- <small>R509::Validity::DefaultWriter</small>
1193
+ <span class='object_link'><a href="R509/Validity/Writer.html#issue-instance_method" title="R509::Validity::Writer#issue (method)">#issue</a></span>
1194
+ <small>R509::Validity::Writer</small>
1195
1195
  </div>
1196
1196
  </li>
1197
1197
 
1198
1198
 
1199
1199
  <li class="odd ">
1200
1200
  <div class="item">
1201
- <span class='object_link'><a href="R509/Validity/Writer.html#issue-instance_method" title="R509::Validity::Writer#issue (method)">#issue</a></span>
1202
- <small>R509::Validity::Writer</small>
1201
+ <span class='object_link'><a href="R509/Validity/DefaultWriter.html#issue-instance_method" title="R509::Validity::DefaultWriter#issue (method)">#issue</a></span>
1202
+ <small>R509::Validity::DefaultWriter</small>
1203
1203
  </div>
1204
1204
  </li>
1205
1205
 
@@ -1222,40 +1222,40 @@
1222
1222
 
1223
1223
  <li class="even ">
1224
1224
  <div class="item">
1225
- <span class='object_link'><a href="R509/PrivateKey.html#key-instance_method" title="R509::PrivateKey#key (method)">#key</a></span>
1226
- <small>R509::PrivateKey</small>
1225
+ <span class='object_link'><a href="R509/CSR.html#key-instance_method" title="R509::CSR#key (method)">#key</a></span>
1226
+ <small>R509::CSR</small>
1227
1227
  </div>
1228
1228
  </li>
1229
1229
 
1230
1230
 
1231
1231
  <li class="odd ">
1232
1232
  <div class="item">
1233
- <span class='object_link'><a href="R509/SPKI.html#key-instance_method" title="R509::SPKI#key (method)">#key</a></span>
1234
- <small>R509::SPKI</small>
1233
+ <span class='object_link'><a href="R509/Cert/Extensions/SubjectKeyIdentifier.html#key-instance_method" title="R509::Cert::Extensions::SubjectKeyIdentifier#key (method)">#key</a></span>
1234
+ <small>R509::Cert::Extensions::SubjectKeyIdentifier</small>
1235
1235
  </div>
1236
1236
  </li>
1237
1237
 
1238
1238
 
1239
1239
  <li class="even ">
1240
1240
  <div class="item">
1241
- <span class='object_link'><a href="R509/Cert.html#key-instance_method" title="R509::Cert#key (method)">#key</a></span>
1242
- <small>R509::Cert</small>
1241
+ <span class='object_link'><a href="R509/SPKI.html#key-instance_method" title="R509::SPKI#key (method)">#key</a></span>
1242
+ <small>R509::SPKI</small>
1243
1243
  </div>
1244
1244
  </li>
1245
1245
 
1246
1246
 
1247
1247
  <li class="odd ">
1248
1248
  <div class="item">
1249
- <span class='object_link'><a href="R509/Cert/Extensions/SubjectKeyIdentifier.html#key-instance_method" title="R509::Cert::Extensions::SubjectKeyIdentifier#key (method)">#key</a></span>
1250
- <small>R509::Cert::Extensions::SubjectKeyIdentifier</small>
1249
+ <span class='object_link'><a href="R509/PrivateKey.html#key-instance_method" title="R509::PrivateKey#key (method)">#key</a></span>
1250
+ <small>R509::PrivateKey</small>
1251
1251
  </div>
1252
1252
  </li>
1253
1253
 
1254
1254
 
1255
1255
  <li class="even ">
1256
1256
  <div class="item">
1257
- <span class='object_link'><a href="R509/CSR.html#key-instance_method" title="R509::CSR#key (method)">#key</a></span>
1258
- <small>R509::CSR</small>
1257
+ <span class='object_link'><a href="R509/Cert.html#key-instance_method" title="R509::Cert#key (method)">#key</a></span>
1258
+ <small>R509::Cert</small>
1259
1259
  </div>
1260
1260
  </li>
1261
1261
 
@@ -1310,16 +1310,16 @@
1310
1310
 
1311
1311
  <li class="odd ">
1312
1312
  <div class="item">
1313
- <span class='object_link'><a href="R509/Cert.html#key_usage-instance_method" title="R509::Cert#key_usage (method)">#key_usage</a></span>
1314
- <small>R509::Cert</small>
1313
+ <span class='object_link'><a href="R509/Config/CertProfile.html#key_usage-instance_method" title="R509::Config::CertProfile#key_usage (method)">#key_usage</a></span>
1314
+ <small>R509::Config::CertProfile</small>
1315
1315
  </div>
1316
1316
  </li>
1317
1317
 
1318
1318
 
1319
1319
  <li class="even ">
1320
1320
  <div class="item">
1321
- <span class='object_link'><a href="R509/Config/CertProfile.html#key_usage-instance_method" title="R509::Config::CertProfile#key_usage (method)">#key_usage</a></span>
1322
- <small>R509::Config::CertProfile</small>
1321
+ <span class='object_link'><a href="R509/Cert.html#key_usage-instance_method" title="R509::Cert#key_usage (method)">#key_usage</a></span>
1322
+ <small>R509::Cert</small>
1323
1323
  </div>
1324
1324
  </li>
1325
1325
 
@@ -1358,16 +1358,16 @@
1358
1358
 
1359
1359
  <li class="odd ">
1360
1360
  <div class="item">
1361
- <span class='object_link'><a href="R509/Cert.html#load_from_file-class_method" title="R509::Cert.load_from_file (method)">load_from_file</a></span>
1362
- <small>R509::Cert</small>
1361
+ <span class='object_link'><a href="R509/CRL/SignedList.html#load_from_file-class_method" title="R509::CRL::SignedList.load_from_file (method)">load_from_file</a></span>
1362
+ <small>R509::CRL::SignedList</small>
1363
1363
  </div>
1364
1364
  </li>
1365
1365
 
1366
1366
 
1367
1367
  <li class="even ">
1368
1368
  <div class="item">
1369
- <span class='object_link'><a href="R509/CRL/SignedList.html#load_from_file-class_method" title="R509::CRL::SignedList.load_from_file (method)">load_from_file</a></span>
1370
- <small>R509::CRL::SignedList</small>
1369
+ <span class='object_link'><a href="R509/Cert.html#load_from_file-class_method" title="R509::Cert.load_from_file (method)">load_from_file</a></span>
1370
+ <small>R509::Cert</small>
1371
1371
  </div>
1372
1372
  </li>
1373
1373
 
@@ -1446,32 +1446,32 @@
1446
1446
 
1447
1447
  <li class="even ">
1448
1448
  <div class="item">
1449
- <span class='object_link'><a href="R509/Subject.html#name-instance_method" title="R509::Subject#name (method)">#name</a></span>
1450
- <small>R509::Subject</small>
1449
+ <span class='object_link'><a href="R509/MessageDigest.html#name-instance_method" title="R509::MessageDigest#name (method)">#name</a></span>
1450
+ <small>R509::MessageDigest</small>
1451
1451
  </div>
1452
1452
  </li>
1453
1453
 
1454
1454
 
1455
1455
  <li class="odd ">
1456
1456
  <div class="item">
1457
- <span class='object_link'><a href="R509/MessageDigest.html#name-instance_method" title="R509::MessageDigest#name (method)">#name</a></span>
1458
- <small>R509::MessageDigest</small>
1457
+ <span class='object_link'><a href="R509/Subject.html#name-instance_method" title="R509::Subject#name (method)">#name</a></span>
1458
+ <small>R509::Subject</small>
1459
1459
  </div>
1460
1460
  </li>
1461
1461
 
1462
1462
 
1463
1463
  <li class="even ">
1464
1464
  <div class="item">
1465
- <span class='object_link'><a href="R509/Cert.html#name_constraints-instance_method" title="R509::Cert#name_constraints (method)">#name_constraints</a></span>
1466
- <small>R509::Cert</small>
1465
+ <span class='object_link'><a href="R509/Config/CertProfile.html#name_constraints-instance_method" title="R509::Config::CertProfile#name_constraints (method)">#name_constraints</a></span>
1466
+ <small>R509::Config::CertProfile</small>
1467
1467
  </div>
1468
1468
  </li>
1469
1469
 
1470
1470
 
1471
1471
  <li class="odd ">
1472
1472
  <div class="item">
1473
- <span class='object_link'><a href="R509/Config/CertProfile.html#name_constraints-instance_method" title="R509::Config::CertProfile#name_constraints (method)">#name_constraints</a></span>
1474
- <small>R509::Config::CertProfile</small>
1473
+ <span class='object_link'><a href="R509/Cert.html#name_constraints-instance_method" title="R509::Cert#name_constraints (method)">#name_constraints</a></span>
1474
+ <small>R509::Cert</small>
1475
1475
  </div>
1476
1476
  </li>
1477
1477
 
@@ -1654,16 +1654,16 @@
1654
1654
 
1655
1655
  <li class="even ">
1656
1656
  <div class="item">
1657
- <span class='object_link'><a href="R509/OCSP/Response.html#parse-class_method" title="R509::OCSP::Response.parse (method)">parse</a></span>
1658
- <small>R509::OCSP::Response</small>
1657
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#parse-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#parse (method)">#parse</a></span>
1658
+ <small>R509::Cert::Extensions::PolicyQualifiers</small>
1659
1659
  </div>
1660
1660
  </li>
1661
1661
 
1662
1662
 
1663
1663
  <li class="odd ">
1664
1664
  <div class="item">
1665
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#parse-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#parse (method)">#parse</a></span>
1666
- <small>R509::Cert::Extensions::PolicyQualifiers</small>
1665
+ <span class='object_link'><a href="R509/OCSP/Response.html#parse-class_method" title="R509::OCSP::Response.parse (method)">parse</a></span>
1666
+ <small>R509::OCSP::Response</small>
1667
1667
  </div>
1668
1668
  </li>
1669
1669
 
@@ -1750,24 +1750,24 @@
1750
1750
 
1751
1751
  <li class="even ">
1752
1752
  <div class="item">
1753
- <span class='object_link'><a href="R509/CSR.html#public_key-instance_method" title="R509::CSR#public_key (method)">#public_key</a></span>
1754
- <small>R509::CSR</small>
1753
+ <span class='object_link'><a href="R509/Cert.html#public_key-instance_method" title="R509::Cert#public_key (method)">#public_key</a></span>
1754
+ <small>R509::Cert</small>
1755
1755
  </div>
1756
1756
  </li>
1757
1757
 
1758
1758
 
1759
1759
  <li class="odd ">
1760
1760
  <div class="item">
1761
- <span class='object_link'><a href="R509/Cert.html#public_key-instance_method" title="R509::Cert#public_key (method)">#public_key</a></span>
1762
- <small>R509::Cert</small>
1761
+ <span class='object_link'><a href="R509/SPKI.html#public_key-instance_method" title="R509::SPKI#public_key (method)">#public_key</a></span>
1762
+ <small>R509::SPKI</small>
1763
1763
  </div>
1764
1764
  </li>
1765
1765
 
1766
1766
 
1767
1767
  <li class="even ">
1768
1768
  <div class="item">
1769
- <span class='object_link'><a href="R509/SPKI.html#public_key-instance_method" title="R509::SPKI#public_key (method)">#public_key</a></span>
1770
- <small>R509::SPKI</small>
1769
+ <span class='object_link'><a href="R509/CSR.html#public_key-instance_method" title="R509::CSR#public_key (method)">#public_key</a></span>
1770
+ <small>R509::CSR</small>
1771
1771
  </div>
1772
1772
  </li>
1773
1773
 
@@ -1798,8 +1798,8 @@
1798
1798
 
1799
1799
  <li class="even ">
1800
1800
  <div class="item">
1801
- <span class='object_link'><a href="R509/CRL/SQLiteReaderWriter.html#read_number-instance_method" title="R509::CRL::SQLiteReaderWriter#read_number (method)">#read_number</a></span>
1802
- <small>R509::CRL::SQLiteReaderWriter</small>
1801
+ <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#read_number-instance_method" title="R509::CRL::FileReaderWriter#read_number (method)">#read_number</a></span>
1802
+ <small>R509::CRL::FileReaderWriter</small>
1803
1803
  </div>
1804
1804
  </li>
1805
1805
 
@@ -1814,8 +1814,8 @@
1814
1814
 
1815
1815
  <li class="even ">
1816
1816
  <div class="item">
1817
- <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#read_number-instance_method" title="R509::CRL::FileReaderWriter#read_number (method)">#read_number</a></span>
1818
- <small>R509::CRL::FileReaderWriter</small>
1817
+ <span class='object_link'><a href="R509/CRL/SQLiteReaderWriter.html#read_number-instance_method" title="R509::CRL::SQLiteReaderWriter#read_number (method)">#read_number</a></span>
1818
+ <small>R509::CRL::SQLiteReaderWriter</small>
1819
1819
  </div>
1820
1820
  </li>
1821
1821
 
@@ -1838,24 +1838,24 @@
1838
1838
 
1839
1839
  <li class="odd ">
1840
1840
  <div class="item">
1841
- <span class='object_link'><a href="R509/CRL/ReaderWriter.html#remove_list_entry-instance_method" title="R509::CRL::ReaderWriter#remove_list_entry (method)">#remove_list_entry</a></span>
1842
- <small>R509::CRL::ReaderWriter</small>
1841
+ <span class='object_link'><a href="R509/CRL/SQLiteReaderWriter.html#remove_list_entry-instance_method" title="R509::CRL::SQLiteReaderWriter#remove_list_entry (method)">#remove_list_entry</a></span>
1842
+ <small>R509::CRL::SQLiteReaderWriter</small>
1843
1843
  </div>
1844
1844
  </li>
1845
1845
 
1846
1846
 
1847
1847
  <li class="even ">
1848
1848
  <div class="item">
1849
- <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#remove_list_entry-instance_method" title="R509::CRL::FileReaderWriter#remove_list_entry (method)">#remove_list_entry</a></span>
1850
- <small>R509::CRL::FileReaderWriter</small>
1849
+ <span class='object_link'><a href="R509/CRL/ReaderWriter.html#remove_list_entry-instance_method" title="R509::CRL::ReaderWriter#remove_list_entry (method)">#remove_list_entry</a></span>
1850
+ <small>R509::CRL::ReaderWriter</small>
1851
1851
  </div>
1852
1852
  </li>
1853
1853
 
1854
1854
 
1855
1855
  <li class="odd ">
1856
1856
  <div class="item">
1857
- <span class='object_link'><a href="R509/CRL/SQLiteReaderWriter.html#remove_list_entry-instance_method" title="R509::CRL::SQLiteReaderWriter#remove_list_entry (method)">#remove_list_entry</a></span>
1858
- <small>R509::CRL::SQLiteReaderWriter</small>
1857
+ <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#remove_list_entry-instance_method" title="R509::CRL::FileReaderWriter#remove_list_entry (method)">#remove_list_entry</a></span>
1858
+ <small>R509::CRL::FileReaderWriter</small>
1859
1859
  </div>
1860
1860
  </li>
1861
1861
 
@@ -1934,32 +1934,32 @@
1934
1934
 
1935
1935
  <li class="odd ">
1936
1936
  <div class="item">
1937
- <span class='object_link'><a href="R509/CRL/SignedList.html#revoked%3F-instance_method" title="R509::CRL::SignedList#revoked? (method)">#revoked?</a></span>
1938
- <small>R509::CRL::SignedList</small>
1937
+ <span class='object_link'><a href="R509/CRL/Administrator.html#revoked%3F-instance_method" title="R509::CRL::Administrator#revoked? (method)">#revoked?</a></span>
1938
+ <small>R509::CRL::Administrator</small>
1939
1939
  </div>
1940
1940
  </li>
1941
1941
 
1942
1942
 
1943
1943
  <li class="even ">
1944
1944
  <div class="item">
1945
- <span class='object_link'><a href="R509/CRL/Administrator.html#revoked%3F-instance_method" title="R509::CRL::Administrator#revoked? (method)">#revoked?</a></span>
1946
- <small>R509::CRL::Administrator</small>
1945
+ <span class='object_link'><a href="R509/CRL/SignedList.html#revoked%3F-instance_method" title="R509::CRL::SignedList#revoked? (method)">#revoked?</a></span>
1946
+ <small>R509::CRL::SignedList</small>
1947
1947
  </div>
1948
1948
  </li>
1949
1949
 
1950
1950
 
1951
1951
  <li class="odd ">
1952
1952
  <div class="item">
1953
- <span class='object_link'><a href="R509/CRL/Administrator.html#revoked_cert-instance_method" title="R509::CRL::Administrator#revoked_cert (method)">#revoked_cert</a></span>
1954
- <small>R509::CRL::Administrator</small>
1953
+ <span class='object_link'><a href="R509/CRL/SignedList.html#revoked_cert-instance_method" title="R509::CRL::SignedList#revoked_cert (method)">#revoked_cert</a></span>
1954
+ <small>R509::CRL::SignedList</small>
1955
1955
  </div>
1956
1956
  </li>
1957
1957
 
1958
1958
 
1959
1959
  <li class="even ">
1960
1960
  <div class="item">
1961
- <span class='object_link'><a href="R509/CRL/SignedList.html#revoked_cert-instance_method" title="R509::CRL::SignedList#revoked_cert (method)">#revoked_cert</a></span>
1962
- <small>R509::CRL::SignedList</small>
1961
+ <span class='object_link'><a href="R509/CRL/Administrator.html#revoked_cert-instance_method" title="R509::CRL::Administrator#revoked_cert (method)">#revoked_cert</a></span>
1962
+ <small>R509::CRL::Administrator</small>
1963
1963
  </div>
1964
1964
  </li>
1965
1965
 
@@ -1974,16 +1974,16 @@
1974
1974
 
1975
1975
  <li class="even ">
1976
1976
  <div class="item">
1977
- <span class='object_link'><a href="R509/ASN1/GeneralNames.html#rfc_822_names-instance_method" title="R509::ASN1::GeneralNames#rfc_822_names (method)">#rfc_822_names</a></span>
1978
- <small>R509::ASN1::GeneralNames</small>
1977
+ <span class='object_link'><a href="R509/Cert/Extensions/GeneralNamesMixin.html#rfc_822_names-instance_method" title="R509::Cert::Extensions::GeneralNamesMixin#rfc_822_names (method)">#rfc_822_names</a></span>
1978
+ <small>R509::Cert::Extensions::GeneralNamesMixin</small>
1979
1979
  </div>
1980
1980
  </li>
1981
1981
 
1982
1982
 
1983
1983
  <li class="odd ">
1984
1984
  <div class="item">
1985
- <span class='object_link'><a href="R509/Cert/Extensions/GeneralNamesMixin.html#rfc_822_names-instance_method" title="R509::Cert::Extensions::GeneralNamesMixin#rfc_822_names (method)">#rfc_822_names</a></span>
1986
- <small>R509::Cert::Extensions::GeneralNamesMixin</small>
1985
+ <span class='object_link'><a href="R509/ASN1/GeneralNames.html#rfc_822_names-instance_method" title="R509::ASN1::GeneralNames#rfc_822_names (method)">#rfc_822_names</a></span>
1986
+ <small>R509::ASN1::GeneralNames</small>
1987
1987
  </div>
1988
1988
  </li>
1989
1989
 
@@ -2078,8 +2078,8 @@
2078
2078
 
2079
2079
  <li class="odd ">
2080
2080
  <div class="item">
2081
- <span class='object_link'><a href="R509/Cert.html#signature_algorithm-instance_method" title="R509::Cert#signature_algorithm (method)">#signature_algorithm</a></span>
2082
- <small>R509::Cert</small>
2081
+ <span class='object_link'><a href="R509/CSR.html#signature_algorithm-instance_method" title="R509::CSR#signature_algorithm (method)">#signature_algorithm</a></span>
2082
+ <small>R509::CSR</small>
2083
2083
  </div>
2084
2084
  </li>
2085
2085
 
@@ -2102,8 +2102,8 @@
2102
2102
 
2103
2103
  <li class="even ">
2104
2104
  <div class="item">
2105
- <span class='object_link'><a href="R509/CSR.html#signature_algorithm-instance_method" title="R509::CSR#signature_algorithm (method)">#signature_algorithm</a></span>
2106
- <small>R509::CSR</small>
2105
+ <span class='object_link'><a href="R509/Cert.html#signature_algorithm-instance_method" title="R509::Cert#signature_algorithm (method)">#signature_algorithm</a></span>
2106
+ <small>R509::Cert</small>
2107
2107
  </div>
2108
2108
  </li>
2109
2109
 
@@ -2118,32 +2118,32 @@
2118
2118
 
2119
2119
  <li class="even ">
2120
2120
  <div class="item">
2121
- <span class='object_link'><a href="R509/OCSP/Response.html#status-instance_method" title="R509::OCSP::Response#status (method)">#status</a></span>
2122
- <small>R509::OCSP::Response</small>
2121
+ <span class='object_link'><a href="R509/Validity/Status.html#status-instance_method" title="R509::Validity::Status#status (method)">#status</a></span>
2122
+ <small>R509::Validity::Status</small>
2123
2123
  </div>
2124
2124
  </li>
2125
2125
 
2126
2126
 
2127
2127
  <li class="odd ">
2128
2128
  <div class="item">
2129
- <span class='object_link'><a href="R509/Validity/Status.html#status-instance_method" title="R509::Validity::Status#status (method)">#status</a></span>
2130
- <small>R509::Validity::Status</small>
2129
+ <span class='object_link'><a href="R509/OCSP/Response.html#status-instance_method" title="R509::OCSP::Response#status (method)">#status</a></span>
2130
+ <small>R509::OCSP::Response</small>
2131
2131
  </div>
2132
2132
  </li>
2133
2133
 
2134
2134
 
2135
2135
  <li class="even ">
2136
2136
  <div class="item">
2137
- <span class='object_link'><a href="R509/CSR.html#subject-instance_method" title="R509::CSR#subject (method)">#subject</a></span>
2138
- <small>R509::CSR</small>
2137
+ <span class='object_link'><a href="R509/Cert.html#subject-instance_method" title="R509::Cert#subject (method)">#subject</a></span>
2138
+ <small>R509::Cert</small>
2139
2139
  </div>
2140
2140
  </li>
2141
2141
 
2142
2142
 
2143
2143
  <li class="odd ">
2144
2144
  <div class="item">
2145
- <span class='object_link'><a href="R509/Cert.html#subject-instance_method" title="R509::Cert#subject (method)">#subject</a></span>
2146
- <small>R509::Cert</small>
2145
+ <span class='object_link'><a href="R509/CSR.html#subject-instance_method" title="R509::CSR#subject (method)">#subject</a></span>
2146
+ <small>R509::CSR</small>
2147
2147
  </div>
2148
2148
  </li>
2149
2149
 
@@ -2206,32 +2206,32 @@
2206
2206
 
2207
2207
  <li class="odd ">
2208
2208
  <div class="item">
2209
- <span class='object_link'><a href="R509/PrivateKey.html#to_der-instance_method" title="R509::PrivateKey#to_der (method)">#to_der</a></span>
2210
- <small>R509::PrivateKey</small>
2209
+ <span class='object_link'><a href="R509/Helpers.html#to_der-instance_method" title="R509::Helpers#to_der (method)">#to_der</a></span>
2210
+ <small>R509::Helpers</small>
2211
2211
  </div>
2212
2212
  </li>
2213
2213
 
2214
2214
 
2215
2215
  <li class="even ">
2216
2216
  <div class="item">
2217
- <span class='object_link'><a href="R509/OCSP/Response.html#to_der-instance_method" title="R509::OCSP::Response#to_der (method)">#to_der</a></span>
2218
- <small>R509::OCSP::Response</small>
2217
+ <span class='object_link'><a href="R509/CRL/SignedList.html#to_der-instance_method" title="R509::CRL::SignedList#to_der (method)">#to_der</a></span>
2218
+ <small>R509::CRL::SignedList</small>
2219
2219
  </div>
2220
2220
  </li>
2221
2221
 
2222
2222
 
2223
2223
  <li class="odd ">
2224
2224
  <div class="item">
2225
- <span class='object_link'><a href="R509/Helpers.html#to_der-instance_method" title="R509::Helpers#to_der (method)">#to_der</a></span>
2226
- <small>R509::Helpers</small>
2225
+ <span class='object_link'><a href="R509/OCSP/Response.html#to_der-instance_method" title="R509::OCSP::Response#to_der (method)">#to_der</a></span>
2226
+ <small>R509::OCSP::Response</small>
2227
2227
  </div>
2228
2228
  </li>
2229
2229
 
2230
2230
 
2231
2231
  <li class="even ">
2232
2232
  <div class="item">
2233
- <span class='object_link'><a href="R509/CRL/SignedList.html#to_der-instance_method" title="R509::CRL::SignedList#to_der (method)">#to_der</a></span>
2234
- <small>R509::CRL::SignedList</small>
2233
+ <span class='object_link'><a href="R509/PrivateKey.html#to_der-instance_method" title="R509::PrivateKey#to_der (method)">#to_der</a></span>
2234
+ <small>R509::PrivateKey</small>
2235
2235
  </div>
2236
2236
  </li>
2237
2237
 
@@ -2246,8 +2246,8 @@
2246
2246
 
2247
2247
  <li class="even ">
2248
2248
  <div class="item">
2249
- <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#to_h-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#to_h (method)">#to_h</a></span>
2250
- <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
2249
+ <span class='object_link'><a href="R509/Cert/Extensions/UserNotice.html#to_h-instance_method" title="R509::Cert::Extensions::UserNotice#to_h (method)">#to_h</a></span>
2250
+ <small>R509::Cert::Extensions::UserNotice</small>
2251
2251
  </div>
2252
2252
  </li>
2253
2253
 
@@ -2262,40 +2262,40 @@
2262
2262
 
2263
2263
  <li class="even ">
2264
2264
  <div class="item">
2265
- <span class='object_link'><a href="R509/Config/CAConfig.html#to_h-instance_method" title="R509::Config::CAConfig#to_h (method)">#to_h</a></span>
2266
- <small>R509::Config::CAConfig</small>
2265
+ <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#to_h-instance_method" title="R509::Cert::Extensions::KeyUsage#to_h (method)">#to_h</a></span>
2266
+ <small>R509::Cert::Extensions::KeyUsage</small>
2267
2267
  </div>
2268
2268
  </li>
2269
2269
 
2270
2270
 
2271
2271
  <li class="odd ">
2272
2272
  <div class="item">
2273
- <span class='object_link'><a href="R509/Config/CertProfile.html#to_h-instance_method" title="R509::Config::CertProfile#to_h (method)">#to_h</a></span>
2274
- <small>R509::Config::CertProfile</small>
2273
+ <span class='object_link'><a href="R509/Cert/Extensions/SubjectAlternativeName.html#to_h-instance_method" title="R509::Cert::Extensions::SubjectAlternativeName#to_h (method)">#to_h</a></span>
2274
+ <small>R509::Cert::Extensions::SubjectAlternativeName</small>
2275
2275
  </div>
2276
2276
  </li>
2277
2277
 
2278
2278
 
2279
2279
  <li class="even ">
2280
2280
  <div class="item">
2281
- <span class='object_link'><a href="R509/Subject.html#to_h-instance_method" title="R509::Subject#to_h (method)">#to_h</a></span>
2282
- <small>R509::Subject</small>
2281
+ <span class='object_link'><a href="R509/Config/SubjectItemPolicy.html#to_h-instance_method" title="R509::Config::SubjectItemPolicy#to_h (method)">#to_h</a></span>
2282
+ <small>R509::Config::SubjectItemPolicy</small>
2283
2283
  </div>
2284
2284
  </li>
2285
2285
 
2286
2286
 
2287
2287
  <li class="odd ">
2288
2288
  <div class="item">
2289
- <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#to_h-instance_method" title="R509::Cert::Extensions::KeyUsage#to_h (method)">#to_h</a></span>
2290
- <small>R509::Cert::Extensions::KeyUsage</small>
2289
+ <span class='object_link'><a href="R509/ASN1/GeneralNames.html#to_h-instance_method" title="R509::ASN1::GeneralNames#to_h (method)">#to_h</a></span>
2290
+ <small>R509::ASN1::GeneralNames</small>
2291
2291
  </div>
2292
2292
  </li>
2293
2293
 
2294
2294
 
2295
2295
  <li class="even ">
2296
2296
  <div class="item">
2297
- <span class='object_link'><a href="R509/Config/SubjectItemPolicy.html#to_h-instance_method" title="R509::Config::SubjectItemPolicy#to_h (method)">#to_h</a></span>
2298
- <small>R509::Config::SubjectItemPolicy</small>
2297
+ <span class='object_link'><a href="R509/Config/CertProfile.html#to_h-instance_method" title="R509::Config::CertProfile#to_h (method)">#to_h</a></span>
2298
+ <small>R509::Config::CertProfile</small>
2299
2299
  </div>
2300
2300
  </li>
2301
2301
 
@@ -2310,112 +2310,112 @@
2310
2310
 
2311
2311
  <li class="even ">
2312
2312
  <div class="item">
2313
- <span class='object_link'><a href="R509/Cert/Extensions/NameConstraints.html#to_h-instance_method" title="R509::Cert::Extensions::NameConstraints#to_h (method)">#to_h</a></span>
2314
- <small>R509::Cert::Extensions::NameConstraints</small>
2313
+ <span class='object_link'><a href="R509/Subject.html#to_h-instance_method" title="R509::Subject#to_h (method)">#to_h</a></span>
2314
+ <small>R509::Subject</small>
2315
2315
  </div>
2316
2316
  </li>
2317
2317
 
2318
2318
 
2319
2319
  <li class="odd ">
2320
2320
  <div class="item">
2321
- <span class='object_link'><a href="R509/Cert/Extensions/BasicConstraints.html#to_h-instance_method" title="R509::Cert::Extensions::BasicConstraints#to_h (method)">#to_h</a></span>
2322
- <small>R509::Cert::Extensions::BasicConstraints</small>
2321
+ <span class='object_link'><a href="R509/ASN1/GeneralName.html#to_h-instance_method" title="R509::ASN1::GeneralName#to_h (method)">#to_h</a></span>
2322
+ <small>R509::ASN1::GeneralName</small>
2323
2323
  </div>
2324
2324
  </li>
2325
2325
 
2326
2326
 
2327
2327
  <li class="even ">
2328
2328
  <div class="item">
2329
- <span class='object_link'><a href="R509/ASN1/GeneralNames.html#to_h-instance_method" title="R509::ASN1::GeneralNames#to_h (method)">#to_h</a></span>
2330
- <small>R509::ASN1::GeneralNames</small>
2329
+ <span class='object_link'><a href="R509/Cert/Extensions/NameConstraints.html#to_h-instance_method" title="R509::Cert::Extensions::NameConstraints#to_h (method)">#to_h</a></span>
2330
+ <small>R509::Cert::Extensions::NameConstraints</small>
2331
2331
  </div>
2332
2332
  </li>
2333
2333
 
2334
2334
 
2335
2335
  <li class="odd ">
2336
2336
  <div class="item">
2337
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyConstraints.html#to_h-instance_method" title="R509::Cert::Extensions::PolicyConstraints#to_h (method)">#to_h</a></span>
2338
- <small>R509::Cert::Extensions::PolicyConstraints</small>
2337
+ <span class='object_link'><a href="R509/Cert/Extensions/BasicConstraints.html#to_h-instance_method" title="R509::Cert::Extensions::BasicConstraints#to_h (method)">#to_h</a></span>
2338
+ <small>R509::Cert::Extensions::BasicConstraints</small>
2339
2339
  </div>
2340
2340
  </li>
2341
2341
 
2342
2342
 
2343
2343
  <li class="even ">
2344
2344
  <div class="item">
2345
- <span class='object_link'><a href="R509/Cert/Extensions/InhibitAnyPolicy.html#to_h-instance_method" title="R509::Cert::Extensions::InhibitAnyPolicy#to_h (method)">#to_h</a></span>
2346
- <small>R509::Cert::Extensions::InhibitAnyPolicy</small>
2345
+ <span class='object_link'><a href="R509/Cert/Extensions/CRLDistributionPoints.html#to_h-instance_method" title="R509::Cert::Extensions::CRLDistributionPoints#to_h (method)">#to_h</a></span>
2346
+ <small>R509::Cert::Extensions::CRLDistributionPoints</small>
2347
2347
  </div>
2348
2348
  </li>
2349
2349
 
2350
2350
 
2351
2351
  <li class="odd ">
2352
2352
  <div class="item">
2353
- <span class='object_link'><a href="R509/ASN1/GeneralName.html#to_h-instance_method" title="R509::ASN1::GeneralName#to_h (method)">#to_h</a></span>
2354
- <small>R509::ASN1::GeneralName</small>
2353
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyConstraints.html#to_h-instance_method" title="R509::Cert::Extensions::PolicyConstraints#to_h (method)">#to_h</a></span>
2354
+ <small>R509::Cert::Extensions::PolicyConstraints</small>
2355
2355
  </div>
2356
2356
  </li>
2357
2357
 
2358
2358
 
2359
2359
  <li class="even ">
2360
2360
  <div class="item">
2361
- <span class='object_link'><a href="R509/Cert/Extensions/CertificatePolicies.html#to_h-instance_method" title="R509::Cert::Extensions::CertificatePolicies#to_h (method)">#to_h</a></span>
2362
- <small>R509::Cert::Extensions::CertificatePolicies</small>
2361
+ <span class='object_link'><a href="R509/Cert/Extensions/InhibitAnyPolicy.html#to_h-instance_method" title="R509::Cert::Extensions::InhibitAnyPolicy#to_h (method)">#to_h</a></span>
2362
+ <small>R509::Cert::Extensions::InhibitAnyPolicy</small>
2363
2363
  </div>
2364
2364
  </li>
2365
2365
 
2366
2366
 
2367
2367
  <li class="odd ">
2368
2368
  <div class="item">
2369
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyInformation.html#to_h-instance_method" title="R509::Cert::Extensions::PolicyInformation#to_h (method)">#to_h</a></span>
2370
- <small>R509::Cert::Extensions::PolicyInformation</small>
2369
+ <span class='object_link'><a href="R509/Cert/Extensions/AuthorityInfoAccess.html#to_h-instance_method" title="R509::Cert::Extensions::AuthorityInfoAccess#to_h (method)">#to_h</a></span>
2370
+ <small>R509::Cert::Extensions::AuthorityInfoAccess</small>
2371
2371
  </div>
2372
2372
  </li>
2373
2373
 
2374
2374
 
2375
2375
  <li class="even ">
2376
2376
  <div class="item">
2377
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#to_h-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#to_h (method)">#to_h</a></span>
2378
- <small>R509::Cert::Extensions::PolicyQualifiers</small>
2377
+ <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#to_h-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#to_h (method)">#to_h</a></span>
2378
+ <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
2379
2379
  </div>
2380
2380
  </li>
2381
2381
 
2382
2382
 
2383
2383
  <li class="odd ">
2384
2384
  <div class="item">
2385
- <span class='object_link'><a href="R509/Cert/Extensions/UserNotice.html#to_h-instance_method" title="R509::Cert::Extensions::UserNotice#to_h (method)">#to_h</a></span>
2386
- <small>R509::Cert::Extensions::UserNotice</small>
2385
+ <span class='object_link'><a href="R509/Cert/Extensions/CertificatePolicies.html#to_h-instance_method" title="R509::Cert::Extensions::CertificatePolicies#to_h (method)">#to_h</a></span>
2386
+ <small>R509::Cert::Extensions::CertificatePolicies</small>
2387
2387
  </div>
2388
2388
  </li>
2389
2389
 
2390
2390
 
2391
2391
  <li class="even ">
2392
2392
  <div class="item">
2393
- <span class='object_link'><a href="R509/Cert/Extensions/NoticeReference.html#to_h-instance_method" title="R509::Cert::Extensions::NoticeReference#to_h (method)">#to_h</a></span>
2394
- <small>R509::Cert::Extensions::NoticeReference</small>
2393
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyInformation.html#to_h-instance_method" title="R509::Cert::Extensions::PolicyInformation#to_h (method)">#to_h</a></span>
2394
+ <small>R509::Cert::Extensions::PolicyInformation</small>
2395
2395
  </div>
2396
2396
  </li>
2397
2397
 
2398
2398
 
2399
2399
  <li class="odd ">
2400
2400
  <div class="item">
2401
- <span class='object_link'><a href="R509/Cert/Extensions/AuthorityInfoAccess.html#to_h-instance_method" title="R509::Cert::Extensions::AuthorityInfoAccess#to_h (method)">#to_h</a></span>
2402
- <small>R509::Cert::Extensions::AuthorityInfoAccess</small>
2401
+ <span class='object_link'><a href="R509/Cert/Extensions/NoticeReference.html#to_h-instance_method" title="R509::Cert::Extensions::NoticeReference#to_h (method)">#to_h</a></span>
2402
+ <small>R509::Cert::Extensions::NoticeReference</small>
2403
2403
  </div>
2404
2404
  </li>
2405
2405
 
2406
2406
 
2407
2407
  <li class="even ">
2408
2408
  <div class="item">
2409
- <span class='object_link'><a href="R509/Cert/Extensions/CRLDistributionPoints.html#to_h-instance_method" title="R509::Cert::Extensions::CRLDistributionPoints#to_h (method)">#to_h</a></span>
2410
- <small>R509::Cert::Extensions::CRLDistributionPoints</small>
2409
+ <span class='object_link'><a href="R509/Config/CAConfig.html#to_h-instance_method" title="R509::Config::CAConfig#to_h (method)">#to_h</a></span>
2410
+ <small>R509::Config::CAConfig</small>
2411
2411
  </div>
2412
2412
  </li>
2413
2413
 
2414
2414
 
2415
2415
  <li class="odd ">
2416
2416
  <div class="item">
2417
- <span class='object_link'><a href="R509/Cert/Extensions/SubjectAlternativeName.html#to_h-instance_method" title="R509::Cert::Extensions::SubjectAlternativeName#to_h (method)">#to_h</a></span>
2418
- <small>R509::Cert::Extensions::SubjectAlternativeName</small>
2417
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#to_h-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#to_h (method)">#to_h</a></span>
2418
+ <small>R509::Cert::Extensions::PolicyQualifiers</small>
2419
2419
  </div>
2420
2420
  </li>
2421
2421
 
@@ -2430,16 +2430,16 @@
2430
2430
 
2431
2431
  <li class="odd ">
2432
2432
  <div class="item">
2433
- <span class='object_link'><a href="R509/CRL/SignedList.html#to_pem-instance_method" title="R509::CRL::SignedList#to_pem (method)">#to_pem</a></span>
2434
- <small>R509::CRL::SignedList</small>
2433
+ <span class='object_link'><a href="R509/PrivateKey.html#to_pem-instance_method" title="R509::PrivateKey#to_pem (method)">#to_pem</a></span>
2434
+ <small>R509::PrivateKey</small>
2435
2435
  </div>
2436
2436
  </li>
2437
2437
 
2438
2438
 
2439
2439
  <li class="even ">
2440
2440
  <div class="item">
2441
- <span class='object_link'><a href="R509/PrivateKey.html#to_pem-instance_method" title="R509::PrivateKey#to_pem (method)">#to_pem</a></span>
2442
- <small>R509::PrivateKey</small>
2441
+ <span class='object_link'><a href="R509/CRL/SignedList.html#to_pem-instance_method" title="R509::CRL::SignedList#to_pem (method)">#to_pem</a></span>
2442
+ <small>R509::CRL::SignedList</small>
2443
2443
  </div>
2444
2444
  </li>
2445
2445
 
@@ -2454,8 +2454,8 @@
2454
2454
 
2455
2455
  <li class="even ">
2456
2456
  <div class="item">
2457
- <span class='object_link'><a href="R509/Cert/Extensions/CRLDistributionPoints.html#to_yaml-instance_method" title="R509::Cert::Extensions::CRLDistributionPoints#to_yaml (method)">#to_yaml</a></span>
2458
- <small>R509::Cert::Extensions::CRLDistributionPoints</small>
2457
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#to_yaml-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#to_yaml (method)">#to_yaml</a></span>
2458
+ <small>R509::Cert::Extensions::PolicyQualifiers</small>
2459
2459
  </div>
2460
2460
  </li>
2461
2461
 
@@ -2470,48 +2470,48 @@
2470
2470
 
2471
2471
  <li class="even ">
2472
2472
  <div class="item">
2473
- <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#to_yaml-instance_method" title="R509::Cert::Extensions::KeyUsage#to_yaml (method)">#to_yaml</a></span>
2474
- <small>R509::Cert::Extensions::KeyUsage</small>
2473
+ <span class='object_link'><a href="R509/Cert/Extensions/CRLDistributionPoints.html#to_yaml-instance_method" title="R509::Cert::Extensions::CRLDistributionPoints#to_yaml (method)">#to_yaml</a></span>
2474
+ <small>R509::Cert::Extensions::CRLDistributionPoints</small>
2475
2475
  </div>
2476
2476
  </li>
2477
2477
 
2478
2478
 
2479
2479
  <li class="odd ">
2480
2480
  <div class="item">
2481
- <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#to_yaml-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#to_yaml (method)">#to_yaml</a></span>
2482
- <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
2481
+ <span class='object_link'><a href="R509/Config/CAConfigPool.html#to_yaml-instance_method" title="R509::Config::CAConfigPool#to_yaml (method)">#to_yaml</a></span>
2482
+ <small>R509::Config::CAConfigPool</small>
2483
2483
  </div>
2484
2484
  </li>
2485
2485
 
2486
2486
 
2487
2487
  <li class="even ">
2488
2488
  <div class="item">
2489
- <span class='object_link'><a href="R509/Cert/Extensions/CertificatePolicies.html#to_yaml-instance_method" title="R509::Cert::Extensions::CertificatePolicies#to_yaml (method)">#to_yaml</a></span>
2490
- <small>R509::Cert::Extensions::CertificatePolicies</small>
2489
+ <span class='object_link'><a href="R509/Cert/Extensions/ExtendedKeyUsage.html#to_yaml-instance_method" title="R509::Cert::Extensions::ExtendedKeyUsage#to_yaml (method)">#to_yaml</a></span>
2490
+ <small>R509::Cert::Extensions::ExtendedKeyUsage</small>
2491
2491
  </div>
2492
2492
  </li>
2493
2493
 
2494
2494
 
2495
2495
  <li class="odd ">
2496
2496
  <div class="item">
2497
- <span class='object_link'><a href="R509/Subject.html#to_yaml-instance_method" title="R509::Subject#to_yaml (method)">#to_yaml</a></span>
2498
- <small>R509::Subject</small>
2497
+ <span class='object_link'><a href="R509/Cert/Extensions/UserNotice.html#to_yaml-instance_method" title="R509::Cert::Extensions::UserNotice#to_yaml (method)">#to_yaml</a></span>
2498
+ <small>R509::Cert::Extensions::UserNotice</small>
2499
2499
  </div>
2500
2500
  </li>
2501
2501
 
2502
2502
 
2503
2503
  <li class="even ">
2504
2504
  <div class="item">
2505
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyInformation.html#to_yaml-instance_method" title="R509::Cert::Extensions::PolicyInformation#to_yaml (method)">#to_yaml</a></span>
2506
- <small>R509::Cert::Extensions::PolicyInformation</small>
2505
+ <span class='object_link'><a href="R509/Cert/Extensions/CertificatePolicies.html#to_yaml-instance_method" title="R509::Cert::Extensions::CertificatePolicies#to_yaml (method)">#to_yaml</a></span>
2506
+ <small>R509::Cert::Extensions::CertificatePolicies</small>
2507
2507
  </div>
2508
2508
  </li>
2509
2509
 
2510
2510
 
2511
2511
  <li class="odd ">
2512
2512
  <div class="item">
2513
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyQualifiers.html#to_yaml-instance_method" title="R509::Cert::Extensions::PolicyQualifiers#to_yaml (method)">#to_yaml</a></span>
2514
- <small>R509::Cert::Extensions::PolicyQualifiers</small>
2513
+ <span class='object_link'><a href="R509/Cert/Extensions/OCSPNoCheck.html#to_yaml-instance_method" title="R509::Cert::Extensions::OCSPNoCheck#to_yaml (method)">#to_yaml</a></span>
2514
+ <small>R509::Cert::Extensions::OCSPNoCheck</small>
2515
2515
  </div>
2516
2516
  </li>
2517
2517
 
@@ -2526,88 +2526,88 @@
2526
2526
 
2527
2527
  <li class="odd ">
2528
2528
  <div class="item">
2529
- <span class='object_link'><a href="R509/Cert/Extensions/UserNotice.html#to_yaml-instance_method" title="R509::Cert::Extensions::UserNotice#to_yaml (method)">#to_yaml</a></span>
2530
- <small>R509::Cert::Extensions::UserNotice</small>
2529
+ <span class='object_link'><a href="R509/Cert/Extensions/AuthorityInfoAccess.html#to_yaml-instance_method" title="R509::Cert::Extensions::AuthorityInfoAccess#to_yaml (method)">#to_yaml</a></span>
2530
+ <small>R509::Cert::Extensions::AuthorityInfoAccess</small>
2531
2531
  </div>
2532
2532
  </li>
2533
2533
 
2534
2534
 
2535
2535
  <li class="even ">
2536
2536
  <div class="item">
2537
- <span class='object_link'><a href="R509/Config/CAConfigPool.html#to_yaml-instance_method" title="R509::Config::CAConfigPool#to_yaml (method)">#to_yaml</a></span>
2538
- <small>R509::Config::CAConfigPool</small>
2537
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyConstraints.html#to_yaml-instance_method" title="R509::Cert::Extensions::PolicyConstraints#to_yaml (method)">#to_yaml</a></span>
2538
+ <small>R509::Cert::Extensions::PolicyConstraints</small>
2539
2539
  </div>
2540
2540
  </li>
2541
2541
 
2542
2542
 
2543
2543
  <li class="odd ">
2544
2544
  <div class="item">
2545
- <span class='object_link'><a href="R509/Cert/Extensions/NoticeReference.html#to_yaml-instance_method" title="R509::Cert::Extensions::NoticeReference#to_yaml (method)">#to_yaml</a></span>
2546
- <small>R509::Cert::Extensions::NoticeReference</small>
2545
+ <span class='object_link'><a href="R509/Subject.html#to_yaml-instance_method" title="R509::Subject#to_yaml (method)">#to_yaml</a></span>
2546
+ <small>R509::Subject</small>
2547
2547
  </div>
2548
2548
  </li>
2549
2549
 
2550
2550
 
2551
2551
  <li class="even ">
2552
2552
  <div class="item">
2553
- <span class='object_link'><a href="R509/Cert/Extensions/AuthorityInfoAccess.html#to_yaml-instance_method" title="R509::Cert::Extensions::AuthorityInfoAccess#to_yaml (method)">#to_yaml</a></span>
2554
- <small>R509::Cert::Extensions::AuthorityInfoAccess</small>
2553
+ <span class='object_link'><a href="R509/Cert/Extensions/NameConstraints.html#to_yaml-instance_method" title="R509::Cert::Extensions::NameConstraints#to_yaml (method)">#to_yaml</a></span>
2554
+ <small>R509::Cert::Extensions::NameConstraints</small>
2555
2555
  </div>
2556
2556
  </li>
2557
2557
 
2558
2558
 
2559
2559
  <li class="odd ">
2560
2560
  <div class="item">
2561
- <span class='object_link'><a href="R509/Cert/Extensions/BasicConstraints.html#to_yaml-instance_method" title="R509::Cert::Extensions::BasicConstraints#to_yaml (method)">#to_yaml</a></span>
2562
- <small>R509::Cert::Extensions::BasicConstraints</small>
2561
+ <span class='object_link'><a href="R509/Cert/Extensions/InhibitAnyPolicy.html#to_yaml-instance_method" title="R509::Cert::Extensions::InhibitAnyPolicy#to_yaml (method)">#to_yaml</a></span>
2562
+ <small>R509::Cert::Extensions::InhibitAnyPolicy</small>
2563
2563
  </div>
2564
2564
  </li>
2565
2565
 
2566
2566
 
2567
2567
  <li class="even ">
2568
2568
  <div class="item">
2569
- <span class='object_link'><a href="R509/Cert/Extensions/NameConstraints.html#to_yaml-instance_method" title="R509::Cert::Extensions::NameConstraints#to_yaml (method)">#to_yaml</a></span>
2570
- <small>R509::Cert::Extensions::NameConstraints</small>
2569
+ <span class='object_link'><a href="R509/Cert/Extensions/KeyUsage.html#to_yaml-instance_method" title="R509::Cert::Extensions::KeyUsage#to_yaml (method)">#to_yaml</a></span>
2570
+ <small>R509::Cert::Extensions::KeyUsage</small>
2571
2571
  </div>
2572
2572
  </li>
2573
2573
 
2574
2574
 
2575
2575
  <li class="odd ">
2576
2576
  <div class="item">
2577
- <span class='object_link'><a href="R509/Cert/Extensions/OCSPNoCheck.html#to_yaml-instance_method" title="R509::Cert::Extensions::OCSPNoCheck#to_yaml (method)">#to_yaml</a></span>
2578
- <small>R509::Cert::Extensions::OCSPNoCheck</small>
2577
+ <span class='object_link'><a href="R509/Cert/Extensions/SubjectAlternativeName.html#to_yaml-instance_method" title="R509::Cert::Extensions::SubjectAlternativeName#to_yaml (method)">#to_yaml</a></span>
2578
+ <small>R509::Cert::Extensions::SubjectAlternativeName</small>
2579
2579
  </div>
2580
2580
  </li>
2581
2581
 
2582
2582
 
2583
2583
  <li class="even ">
2584
2584
  <div class="item">
2585
- <span class='object_link'><a href="R509/Config/CAConfig.html#to_yaml-instance_method" title="R509::Config::CAConfig#to_yaml (method)">#to_yaml</a></span>
2586
- <small>R509::Config::CAConfig</small>
2585
+ <span class='object_link'><a href="R509/Cert/Extensions/NoticeReference.html#to_yaml-instance_method" title="R509::Cert::Extensions::NoticeReference#to_yaml (method)">#to_yaml</a></span>
2586
+ <small>R509::Cert::Extensions::NoticeReference</small>
2587
2587
  </div>
2588
2588
  </li>
2589
2589
 
2590
2590
 
2591
2591
  <li class="odd ">
2592
2592
  <div class="item">
2593
- <span class='object_link'><a href="R509/Cert/Extensions/PolicyConstraints.html#to_yaml-instance_method" title="R509::Cert::Extensions::PolicyConstraints#to_yaml (method)">#to_yaml</a></span>
2594
- <small>R509::Cert::Extensions::PolicyConstraints</small>
2593
+ <span class='object_link'><a href="R509/Cert/Extensions/BasicConstraints.html#to_yaml-instance_method" title="R509::Cert::Extensions::BasicConstraints#to_yaml (method)">#to_yaml</a></span>
2594
+ <small>R509::Cert::Extensions::BasicConstraints</small>
2595
2595
  </div>
2596
2596
  </li>
2597
2597
 
2598
2598
 
2599
2599
  <li class="even ">
2600
2600
  <div class="item">
2601
- <span class='object_link'><a href="R509/Cert/Extensions/SubjectAlternativeName.html#to_yaml-instance_method" title="R509::Cert::Extensions::SubjectAlternativeName#to_yaml (method)">#to_yaml</a></span>
2602
- <small>R509::Cert::Extensions::SubjectAlternativeName</small>
2601
+ <span class='object_link'><a href="R509/Config/CAConfig.html#to_yaml-instance_method" title="R509::Config::CAConfig#to_yaml (method)">#to_yaml</a></span>
2602
+ <small>R509::Config::CAConfig</small>
2603
2603
  </div>
2604
2604
  </li>
2605
2605
 
2606
2606
 
2607
2607
  <li class="odd ">
2608
2608
  <div class="item">
2609
- <span class='object_link'><a href="R509/Cert/Extensions/InhibitAnyPolicy.html#to_yaml-instance_method" title="R509::Cert::Extensions::InhibitAnyPolicy#to_yaml (method)">#to_yaml</a></span>
2610
- <small>R509::Cert::Extensions::InhibitAnyPolicy</small>
2609
+ <span class='object_link'><a href="R509/Cert/Extensions/PolicyInformation.html#to_yaml-instance_method" title="R509::Cert::Extensions::PolicyInformation#to_yaml (method)">#to_yaml</a></span>
2610
+ <small>R509::Cert::Extensions::PolicyInformation</small>
2611
2611
  </div>
2612
2612
  </li>
2613
2613
 
@@ -2702,16 +2702,16 @@
2702
2702
 
2703
2703
  <li class="odd ">
2704
2704
  <div class="item">
2705
- <span class='object_link'><a href="R509/OCSP/Response.html#verify-instance_method" title="R509::OCSP::Response#verify (method)">#verify</a></span>
2706
- <small>R509::OCSP::Response</small>
2705
+ <span class='object_link'><a href="R509/CRL/SignedList.html#verify-instance_method" title="R509::CRL::SignedList#verify (method)">#verify</a></span>
2706
+ <small>R509::CRL::SignedList</small>
2707
2707
  </div>
2708
2708
  </li>
2709
2709
 
2710
2710
 
2711
2711
  <li class="even ">
2712
2712
  <div class="item">
2713
- <span class='object_link'><a href="R509/CRL/SignedList.html#verify-instance_method" title="R509::CRL::SignedList#verify (method)">#verify</a></span>
2714
- <small>R509::CRL::SignedList</small>
2713
+ <span class='object_link'><a href="R509/OCSP/Response.html#verify-instance_method" title="R509::OCSP::Response#verify (method)">#verify</a></span>
2714
+ <small>R509::OCSP::Response</small>
2715
2715
  </div>
2716
2716
  </li>
2717
2717
 
@@ -2758,24 +2758,24 @@
2758
2758
 
2759
2759
  <li class="even ">
2760
2760
  <div class="item">
2761
- <span class='object_link'><a href="R509/CRL/SignedList.html#write_der-instance_method" title="R509::CRL::SignedList#write_der (method)">#write_der</a></span>
2762
- <small>R509::CRL::SignedList</small>
2761
+ <span class='object_link'><a href="R509/Helpers.html#write_der-instance_method" title="R509::Helpers#write_der (method)">#write_der</a></span>
2762
+ <small>R509::Helpers</small>
2763
2763
  </div>
2764
2764
  </li>
2765
2765
 
2766
2766
 
2767
2767
  <li class="odd ">
2768
2768
  <div class="item">
2769
- <span class='object_link'><a href="R509/Helpers.html#write_der-instance_method" title="R509::Helpers#write_der (method)">#write_der</a></span>
2770
- <small>R509::Helpers</small>
2769
+ <span class='object_link'><a href="R509/PrivateKey.html#write_der-instance_method" title="R509::PrivateKey#write_der (method)">#write_der</a></span>
2770
+ <small>R509::PrivateKey</small>
2771
2771
  </div>
2772
2772
  </li>
2773
2773
 
2774
2774
 
2775
2775
  <li class="even ">
2776
2776
  <div class="item">
2777
- <span class='object_link'><a href="R509/PrivateKey.html#write_der-instance_method" title="R509::PrivateKey#write_der (method)">#write_der</a></span>
2778
- <small>R509::PrivateKey</small>
2777
+ <span class='object_link'><a href="R509/CRL/SignedList.html#write_der-instance_method" title="R509::CRL::SignedList#write_der (method)">#write_der</a></span>
2778
+ <small>R509::CRL::SignedList</small>
2779
2779
  </div>
2780
2780
  </li>
2781
2781
 
@@ -2798,24 +2798,24 @@
2798
2798
 
2799
2799
  <li class="odd ">
2800
2800
  <div class="item">
2801
- <span class='object_link'><a href="R509/CRL/ReaderWriter.html#write_list_entry-instance_method" title="R509::CRL::ReaderWriter#write_list_entry (method)">#write_list_entry</a></span>
2802
- <small>R509::CRL::ReaderWriter</small>
2801
+ <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#write_list_entry-instance_method" title="R509::CRL::FileReaderWriter#write_list_entry (method)">#write_list_entry</a></span>
2802
+ <small>R509::CRL::FileReaderWriter</small>
2803
2803
  </div>
2804
2804
  </li>
2805
2805
 
2806
2806
 
2807
2807
  <li class="even ">
2808
2808
  <div class="item">
2809
- <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#write_list_entry-instance_method" title="R509::CRL::FileReaderWriter#write_list_entry (method)">#write_list_entry</a></span>
2810
- <small>R509::CRL::FileReaderWriter</small>
2809
+ <span class='object_link'><a href="R509/CRL/ReaderWriter.html#write_list_entry-instance_method" title="R509::CRL::ReaderWriter#write_list_entry (method)">#write_list_entry</a></span>
2810
+ <small>R509::CRL::ReaderWriter</small>
2811
2811
  </div>
2812
2812
  </li>
2813
2813
 
2814
2814
 
2815
2815
  <li class="odd ">
2816
2816
  <div class="item">
2817
- <span class='object_link'><a href="R509/CRL/ReaderWriter.html#write_number-instance_method" title="R509::CRL::ReaderWriter#write_number (method)">#write_number</a></span>
2818
- <small>R509::CRL::ReaderWriter</small>
2817
+ <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#write_number-instance_method" title="R509::CRL::FileReaderWriter#write_number (method)">#write_number</a></span>
2818
+ <small>R509::CRL::FileReaderWriter</small>
2819
2819
  </div>
2820
2820
  </li>
2821
2821
 
@@ -2830,24 +2830,24 @@
2830
2830
 
2831
2831
  <li class="odd ">
2832
2832
  <div class="item">
2833
- <span class='object_link'><a href="R509/CRL/FileReaderWriter.html#write_number-instance_method" title="R509::CRL::FileReaderWriter#write_number (method)">#write_number</a></span>
2834
- <small>R509::CRL::FileReaderWriter</small>
2833
+ <span class='object_link'><a href="R509/CRL/ReaderWriter.html#write_number-instance_method" title="R509::CRL::ReaderWriter#write_number (method)">#write_number</a></span>
2834
+ <small>R509::CRL::ReaderWriter</small>
2835
2835
  </div>
2836
2836
  </li>
2837
2837
 
2838
2838
 
2839
2839
  <li class="even ">
2840
2840
  <div class="item">
2841
- <span class='object_link'><a href="R509/Helpers.html#write_pem-instance_method" title="R509::Helpers#write_pem (method)">#write_pem</a></span>
2842
- <small>R509::Helpers</small>
2841
+ <span class='object_link'><a href="R509/CRL/SignedList.html#write_pem-instance_method" title="R509::CRL::SignedList#write_pem (method)">#write_pem</a></span>
2842
+ <small>R509::CRL::SignedList</small>
2843
2843
  </div>
2844
2844
  </li>
2845
2845
 
2846
2846
 
2847
2847
  <li class="odd ">
2848
2848
  <div class="item">
2849
- <span class='object_link'><a href="R509/CRL/SignedList.html#write_pem-instance_method" title="R509::CRL::SignedList#write_pem (method)">#write_pem</a></span>
2850
- <small>R509::CRL::SignedList</small>
2849
+ <span class='object_link'><a href="R509/Helpers.html#write_pem-instance_method" title="R509::Helpers#write_pem (method)">#write_pem</a></span>
2850
+ <small>R509::Helpers</small>
2851
2851
  </div>
2852
2852
  </li>
2853
2853