Class: Idb::SimulatorCAInterface
- Inherits:
-
CAInterface
- Object
- CAInterface
- Idb::SimulatorCAInterface
- Defined in:
- lib/lib/simulator_ca_interface.rb
Instance Method Summary collapse
-
#initialize(sim_path) ⇒ SimulatorCAInterface
constructor
A new instance of SimulatorCAInterface.
Methods inherited from CAInterface
#add_cert, #certs, #insert_cert_into_trust_store, #read_cert, #remove_cert, #server_cert, #sha1_from_der, #stop_cert_server
Constructor Details
#initialize(sim_path) ⇒ SimulatorCAInterface
Returns a new instance of SimulatorCAInterface.
8 9 10 11 12 |
# File 'lib/lib/simulator_ca_interface.rb', line 8 def initialize(sim_path) @sim_path = sim_path @store_path = "/Library/Keychains/TrustStore.sqlite3" @db_path = @sim_path + @store_path end |