doc/R509/OCSP/Request/Nonce.html in r509-0.10.0 vs doc/R509/OCSP/Request/Nonce.html in r509-1.0

- old
+ new

@@ -1,90 +1,91 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> +<!DOCTYPE html> +<html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta charset="utf-8"> +<meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Module: R509::OCSP::Request::Nonce - &mdash; Documentation by YARD 0.8.6.1 + &mdash; Documentation by YARD 0.9.5 </title> <link rel="stylesheet" href="../../../css/style.css" type="text/css" charset="utf-8" /> <link rel="stylesheet" href="../../../css/common.css" type="text/css" charset="utf-8" /> <script type="text/javascript" charset="utf-8"> - hasFrames = window.top.frames.main ? true : false; + pathId = "R509::OCSP::Request::Nonce"; relpath = '../../../'; - framesUrl = "../../../frames.html#!" + escape(window.location.href); </script> <script type="text/javascript" charset="utf-8" src="../../../js/jquery.js"></script> <script type="text/javascript" charset="utf-8" src="../../../js/app.js"></script> </head> <body> - <div id="header"> - <div id="menu"> + <div class="nav_wrap"> + <iframe id="nav" src="../../../class_list.html"></iframe> + <div id="resizer"></div> + </div> + + <div id="main" tabindex="-1"> + <div id="header"> + <div id="menu"> <a href="../../../_index.html">Index (N)</a> &raquo; <span class='title'><span class='object_link'><a href="../../../R509.html" title="R509 (module)">R509</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../../OCSP.html" title="R509::OCSP (module)">OCSP</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Request.html" title="R509::OCSP::Request (module)">Request</a></span></span> &raquo; <span class="title">Nonce</span> - - <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div> - <div id="search"> + <div id="search"> <a class="full_list_link" id="class_list_link" href="../../../class_list.html"> - Class List + + <svg width="24" height="24"> + <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect> + <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect> + </svg> </a> - <a class="full_list_link" id="method_list_link" - href="../../../method_list.html"> - Method List - </a> - - <a class="full_list_link" id="file_list_link" - href="../../../file_list.html"> - File List - </a> - </div> - <div class="clear"></div> - </div> + <div class="clear"></div> + </div> - <iframe id="search_frame"></iframe> + <iframe id="search_frame" src="../../../class_list.html"></iframe> - <div id="content"><h1>Module: R509::OCSP::Request::Nonce + <div id="content"><h1>Module: R509::OCSP::Request::Nonce </h1> +<div class="box_info"> + -<dl class="box"> - - + - <dt class="r1 last">Defined in:</dt> - <dd class="r1 last">lib/r509/ocsp.rb</dd> + -</dl> -<div class="clear"></div> + <dl> + <dt>Defined in:</dt> + <dd>lib/r509/ocsp.rb</dd> + </dl> + +</div> <h2>Overview</h2><div class="docstring"> <div class="discussion"> <p>contains constants r509 uses for OCSP responses</p> @@ -95,15 +96,14 @@ <div class="tags"> </div> <h2>Constant Summary</h2> - - <dl class="constants"> - - <dt id="PRESENT_AND_EQUAL-constant" class="">PRESENT_AND_EQUAL = - <div class="docstring"> + <dl class="constants"> + + <dt id="PRESENT_AND_EQUAL-constant" class="">PRESENT_AND_EQUAL = + <div class="docstring"> <div class="discussion"> <p>these values are defined at <a href="http://www.ruby-doc.org/stdlib-1.9.3/libdoc/openssl/rdoc/OpenSSL/OCSP/Request.html">www.ruby-doc.org/stdlib-1.9.3/libdoc/openssl/rdoc/OpenSSL/OCSP/Request.html</a> nonce is present and matches</p> @@ -113,15 +113,15 @@ </div> <div class="tags"> </div> - </dt> - <dd><pre class="code"><span class='int'>1</span></pre></dd> - - <dt id="BOTH_ABSENT-constant" class="">BOTH_ABSENT = - <div class="docstring"> + </dt> + <dd><pre class="code"><span class='int'>1</span></pre></dd> + + <dt id="BOTH_ABSENT-constant" class="">BOTH_ABSENT = + <div class="docstring"> <div class="discussion"> <p>nonce is missing in request and response</p> @@ -129,15 +129,15 @@ </div> <div class="tags"> </div> - </dt> - <dd><pre class="code"><span class='int'>2</span></pre></dd> - - <dt id="RESPONSE_ONLY-constant" class="">RESPONSE_ONLY = - <div class="docstring"> + </dt> + <dd><pre class="code"><span class='int'>2</span></pre></dd> + + <dt id="RESPONSE_ONLY-constant" class="">RESPONSE_ONLY = + <div class="docstring"> <div class="discussion"> <p>nonce is present in response only</p> @@ -145,15 +145,15 @@ </div> <div class="tags"> </div> - </dt> - <dd><pre class="code"><span class='int'>3</span></pre></dd> - - <dt id="NOT_EQUAL-constant" class="">NOT_EQUAL = - <div class="docstring"> + </dt> + <dd><pre class="code"><span class='int'>3</span></pre></dd> + + <dt id="NOT_EQUAL-constant" class="">NOT_EQUAL = + <div class="docstring"> <div class="discussion"> <p>nonce is in both request and response, but does not match</p> @@ -161,15 +161,15 @@ </div> <div class="tags"> </div> - </dt> - <dd><pre class="code"><span class='int'>0</span></pre></dd> - - <dt id="REQUEST_ONLY-constant" class="">REQUEST_ONLY = - <div class="docstring"> + </dt> + <dd><pre class="code"><span class='int'>0</span></pre></dd> + + <dt id="REQUEST_ONLY-constant" class="">REQUEST_ONLY = + <div class="docstring"> <div class="discussion"> <p>nonce is present in request only</p> @@ -177,15 +177,14 @@ </div> <div class="tags"> </div> - </dt> - <dd><pre class="code"><span class='op'>-</span><span class='int'>1</span></pre></dd> - - </dl> - + </dt> + <dd><pre class="code"><span class='op'>-</span><span class='int'>1</span></pre></dd> + + </dl> @@ -193,13 +192,14 @@ </div> - <div id="footer"> - Generated on Sun Jan 26 13:37:25 2014 by + <div id="footer"> + Generated on Tue Dec 6 17:27:38 2016 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> - 0.8.6.1 (ruby-2.0.0). + 0.9.5 (ruby-2.4.0). </div> + </div> </body> </html> \ No newline at end of file