-1

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.

learner
  • 5,454
  • 12
  • 62
  • 120

1 Answers1

1

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

user207421
  • 298,294
  • 41
  • 291
  • 462