get_group
( ‘[foo]bar’ ) -> [‘bar’, ‘[foo]’]
Ensures the root certificate in chain
is self-signed and valid for time
.
Adds a local gem requested using dep_name
with the given spec
that can be loaded and installed using the source
.
Loads the given private key identified by id and data.
An EngineError
is raised of the OpenSSL::PKey
is unavailable.
Load an iseq object from binary format String object created by RubyVM::InstructionSequence.to_binary
.
This loader does not have a verifier, so that loading broken/modified binary causes critical problem.
You should not load binary data provided by others. You should use binary data translated by yourself.