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.



361
362
363
# File 'lib/keystores/java_key_store.rb', line 361

def certificate_chain
  @certificate_chain
end

#creation_dateObject

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_keyObject

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