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.
352 353 354 |
# File 'lib/keystores/java_key_store.rb', line 352 def certificate @certificate end |
#creation_date ⇒ Object
Returns the value of attribute creation_date.
352 353 354 |
# File 'lib/keystores/java_key_store.rb', line 352 def creation_date @creation_date end |