Link to figure The KeyStore Class
This figure consists of a table labeled PKCS12 and a cylinder labeled File.
The table PKCS12 contains the following:
Alias | Type | Data |
---|---|---|
Brad | Private Key/Certificate | ... |
Deb | Secret Key | ... |
Milton | Trusted Certificate | ... |
Duke | Trusted Certificate | ... |
An arrow labeled store()
points from the JKS table to the File
cylinder. An arrow labeled load()
points from the File cylinder to
the PKCS12 table.