Class: Keystores::JavaKeystore::KeyEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_chainObject

Returns the value of attribute certificate_chain.



348
349
350
# File 'lib/keystores/java_key_store.rb', line 348

def certificate_chain
  @certificate_chain
end

#creation_dateObject

Returns the value of attribute creation_date.



348
349
350
# File 'lib/keystores/java_key_store.rb', line 348

def creation_date
  @creation_date
end

#encrypted_private_keyObject

Returns the value of attribute encrypted_private_key.



348
349
350
# File 'lib/keystores/java_key_store.rb', line 348

def encrypted_private_key
  @encrypted_private_key
end