Class: Keystores::JavaKeystore::TrustedCertificateEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/keystores/java_key_store.rb

Instance Attribute Summary collapse

Instance Attribute Details

#certificateObject

Returns the value of attribute certificate.



365
366
367
# File 'lib/keystores/java_key_store.rb', line 365

def certificate
  @certificate
end

#creation_dateObject

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