Class: Keystores::JavaKeystore::TrustedCertificateEntry
- Inherits:
-
Object
- Object
- Keystores::JavaKeystore::TrustedCertificateEntry
- Defined in:
- lib/keystores/java_key_store.rb
Instance Attribute Summary collapse
-
#certificate ⇒ Object
Returns the value of attribute certificate.
-
#creation_date ⇒ Object
Returns the value of attribute creation_date.
Instance Attribute Details
#certificate ⇒ Object
Returns the value of attribute certificate.
365 366 367 |
# File 'lib/keystores/java_key_store.rb', line 365 def certificate @certificate end |
#creation_date ⇒ Object
Returns the value of attribute creation_date.
365 366 367 |
# File 'lib/keystores/java_key_store.rb', line 365 def creation_date @creation_date end |