// accessing a keystore in Java
KeyStore
ks
=
KeyStore
.
getInstance
(
"JCEKS"
,
"SunJCE"
)
;