Forum Discussion
AlexKaras
7 years agoCommunity Hero
Hi,
> I have a JKS file but I also have the 3 CER files that exist in the JKS file.
According to my knowledge...
.JKS is a Java container file that stores .cer certificates within it.
As a file, .jks file can be located anywhere on the hard drive.
Jave provides API to work with .jks and .cer files.
.CertificateInfo() method returns information about certificate embedded into an executable (.exe or .dll) that was used to sign this executable.