Method: PKCS11::ProtectServer::Library#initialize
- Defined in:
- lib/pkcs11_protect_server/extensions.rb
#initialize(so_path = nil, args = {}) ⇒ Library
Load and initialize a pkcs11 dynamic library with Safenet Protect Server extensions.
Set so_path to :hsm, :sw or :logger in order to autodetect the cryptoki-HSM or software emulation library file.
See also PKCS11::Library#initialize of pkcs11.gem
60 61 62 |
# File 'lib/pkcs11_protect_server/extensions.rb', line 60 def initialize(so_path = nil, args = {}) super(so_path, args) end |