0

This is in addition to my previous question answered by Makoto object or container used to store sensitive information

After reading some articles, I see that in Java we can use KeyStore to store web certificates, but can I use this object to store application-specific data for example Bank details, Credit card information, etc? I have not seen any examples in this regard.

Nathan Hughes
  • 94,330
  • 19
  • 181
  • 276
learner
  • 6,062
  • 14
  • 79
  • 139

1 Answers1

1

No. You can only store keys and certificates in a keystore.

user207421
  • 305,947
  • 44
  • 307
  • 483