A convenience method, like object_group
, but also reformats the Object’s object_id.
Turns email_address
into an OpenSSL::X509::Name
Retrieves the pre-configured API key key
or terminates interaction with an error.
Returns the octet string representation of the elliptic curve point.
conversion_form specifies how the point is converted. Possible values are:
:compressed
:uncompressed
:hybrid
Removes a possibility from ‘self` @return [PossibilityState] a state with a single possibility,
the possibility that was removed from `self`
@return [Array<Vertex>] the vertices of {#graph} that have an edge with
`self` as their {Edge#destination}
Return all reachable objects from root.
Sets the basic list of characters that signal a break between words for the completer routine. The default is the characters which break words for completion in Bash: “ tn"\‘`@$><=;|&{(”.
Raises NotImplementedError
if the using readline library does not support.
Gets the basic list of characters that signal a break between words for the completer routine.
Raises NotImplementedError
if the using readline library does not support.
Returns the string that is used to insert a space before the ‘:’ in JSON
objects.
Sets the string that is used to insert a space before the ‘:’ in JSON
objects.
Returns the curve name (sn).
See the OpenSSL
documentation for EC_GROUP_get_curve_name()
See the OpenSSL
documentation for PEM_write_bio_ECPKParameters()
Number of bytes read out of the tar entry
Rewinds the graph to the state tagged as ‘tag` @param [Object] tag the tag to rewind to @return [Void]
Adds a vertex with the given name, or updates the existing one. @param [String] name @param [Object] payload @return [Vertex] the vertex that was added to ‘self`
@param [String] name @return [Vertex,nil] the vertex with the given name
Called roughly every {#progress_rate}, this method should convey progress to the user.
@return [void]
How often progress should be conveyed to the user via {#indicate_progress}, in seconds. A third of a second, by default.
@return [Float]
See the OpenSSL
documentation for ECDSA_verify()
Serializes the private key to PEM-encoded PKCS #8 format. See private_to_der
for more details.
Serializes the public key to PEM-encoded X.509 SubjectPublicKeyInfo format.