Class: Keystores::JavaKeystore::KeyEntry
- Inherits:
-
Object
- Object
- Keystores::JavaKeystore::KeyEntry
- Defined in:
- lib/keystores/java_key_store.rb
Instance Attribute Summary collapse
-
#certificate_chain ⇒ Object
Returns the value of attribute certificate_chain.
-
#creation_date ⇒ Object
Returns the value of attribute creation_date.
-
#encrypted_private_key ⇒ Object
Returns the value of attribute encrypted_private_key.
Instance Attribute Details
#certificate_chain ⇒ Object
Returns the value of attribute certificate_chain.
361 362 363 |
# File 'lib/keystores/java_key_store.rb', line 361 def certificate_chain @certificate_chain end |
#creation_date ⇒ Object
Returns the value of attribute creation_date.
361 362 363 |
# File 'lib/keystores/java_key_store.rb', line 361 def creation_date @creation_date end |
#encrypted_private_key ⇒ Object
Returns the value of attribute encrypted_private_key.
361 362 363 |
# File 'lib/keystores/java_key_store.rb', line 361 def encrypted_private_key @encrypted_private_key end |