module R509::OCSP::Request::Nonce
contains constants r509 uses for OCSP
responses
Constants
- BOTH_ABSENT
nonce is missing in request and response
- NOT_EQUAL
nonce is in both request and response, but does not match
- PRESENT_AND_EQUAL
these values are defined at www.ruby-doc.org/stdlib-1.9.3/libdoc/openssl/rdoc/OpenSSL/OCSP/Request.html nonce is present and matches
- REQUEST_ONLY
nonce is present in request only
- RESPONSE_ONLY
nonce is present in response only