Returns the path to the trusted certificate
Enumerates trusted certificates.
Returns the issuer certificate of the given certificate
if it exists in the trust directory.
Add a certificate to trusted certificate list.
Loads a Gem::Specification
from this set which has the given name
, version ver
, platform
. The source
is ignored.
Retrieves a password from the database for user
in realm
. If reload_db
is true the database will be reloaded first.
Retrieves a password from the database for user
in realm
. If reload_db
is true the database will be reloaded first.
Factory for servlet instances that will handle a request from server
using options
from the mount point. By default a new servlet instance is created for every call.
Raises a NotFound exception
Handles GET requests
Allow custom handling of requests for files with suffix
by class handler
Remove custom handling of requests for files with suffix
Check is passed argument valid ‘number’ in RFC 3501 terminology
Ensure argument is ‘number’ or raise DataFormatError
Retrieves a password in realm
for user
for the auth_type
of this database. reload_db
is a dummy value.
Returns the Object#object_id
of the internal object.
Loads the given private key identified by id and data.
An EngineError
is raised of the OpenSSL::PKey
is unavailable.
Loads the given public key identified by id and data.
An EngineError
is raised of the OpenSSL::PKey
is unavailable.
Creates a new Socket::Option
object for IP_MULTICAST_LOOP.
The size is dependent on the platform.
sockopt = Socket::Option.int(:INET, :IPPROTO_IP, :IP_MULTICAST_LOOP, 1) p sockopt.int => 1 p Socket::Option.ipv4_multicast_loop(10) #=> #<Socket::Option: INET IP MULTICAST_LOOP 10>