Returns the octet string representation of the EC
point as an instance of OpenSSL::BN
.
If conversion_form is not given, the point_conversion_form attribute set to the group is used.
See to_octet_string
for more information.
See the OpenSSL
documentation for PEM_write_bio_ECPKParameters()
See the OpenSSL
documentation for i2d_ECPKParameters_bio()
See the OpenSSL
documentation for ECPKParameters_print()
Rewinds the graph to the state tagged as ‘tag` @param [Object] tag the tag to rewind to @return [Void]
@param [Hash] options options for dot output. @return [String] Returns a dot format representation of the graph
OCSP
error class.
Class for representing WebDAV method PROPFIND:
require 'net/http' uri = URI('http://example.com') hostname = uri.hostname # => "example.com" req = Net::HTTP::Propfind.new(uri) # => #<Net::HTTP::Propfind PROPFIND> res = Net::HTTP.start(hostname) do |http| http.request(req) end
Related:
Net::HTTP#propfind
: sends PROPFIND
request, returns response object.
Class for representing WebDAV method PROPPATCH:
require 'net/http' uri = URI('http://example.com') hostname = uri.hostname # => "example.com" req = Net::HTTP::Proppatch.new(uri) # => #<Net::HTTP::Proppatch PROPPATCH> res = Net::HTTP.start(hostname) do |http| http.request(req) end
Related:
Net::HTTP#proppatch
: sends PROPPATCH
request, returns response object.
An absolutely silent progress reporter.
A basic dotted progress reporter.
A progress reporter that prints out messages about the current progress.
Raised by Encoding
and String
methods when the source encoding is incompatible with the target encoding.
Exception
for invalid date/time
Group
is a placeholder Struct
for user group database on Unix systems.
contains the name of the group as a String
.
contains the encrypted password as a String
. An 'x'
is returned if password access to the group is not available; an empty string is returned if no password is needed to obtain membership of the group. This is system-dependent.
contains the group’s numeric ID as an integer.
is an Array
of Strings containing the short login names of the members of the group.
Generic error class for Fiddle
standard dynamic load exception
Cleared reference exception
The base exception for JSON
errors.
This exception is raised if a parser error occurs.
This exception is raised if the nesting of parsed data structures is too deep.
Generic error, common for all classes under OpenSSL
module
Generic Error for all of OpenSSL::BN
(big num)