Class: OpenSSL::JKS

Inherits:
Keystores::JavaKeystore show all
Defined in:
lib/keystores.rb

Overview

Alias the key store implementations in the OpenSSL module structure

Constant Summary

Constants inherited from Keystores::JavaKeystore

Keystores::JavaKeystore::KEY_ENTRY_TAG, Keystores::JavaKeystore::MAGIC, Keystores::JavaKeystore::TRUSTED_CERTIFICATE_ENTRY_TAG, Keystores::JavaKeystore::TYPE, Keystores::JavaKeystore::VERSION_1, Keystores::JavaKeystore::VERSION_2

Method Summary

Methods inherited from Keystores::JavaKeystore

#aliases, #contains_alias, #delete_entry, #get_certificate, #get_certificate_alias, #get_certificate_chain, #get_key, #get_type, #initialize, #is_certificate_entry, #is_key_entry, #load, #set_certificate_entry, #set_key_entry, #size, #store

Methods inherited from Keystores::Keystore

#aliases, #contains_alias, #delete_entry, #get_certificate, #get_certificate_alias, #get_certificate_chain, get_instance, #get_key, #get_type, #is_certificate_entry, #is_key_entry, #load, register_algorithm, #set_certificate_entry, #set_key_entry, #size, #store

Constructor Details

This class inherits a constructor from Keystores::JavaKeystore