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, #get_certs, #remove_cert, #server_cert, #sha1_from_der, #stop_cert_server
Constructor Details
#initialize(sim_path) ⇒ SimulatorCAInterface
Returns a new instance of SimulatorCAInterface.
9 10 11 12 13 |
# File 'lib/lib/simulator_ca_interface.rb', line 9 def initialize sim_path @sim_path = sim_path @store_path = "/Library/Keychains/TrustStore.sqlite3" @db_path = @sim_path + @store_path end |