I have certificate file and private key file in pem format. Is it possible to load these files into Java keystore using Java code with default libraries that comes with JDK and not with third party libraries. When I tried googling, I am able to find only files which are in .der format to import into java keystore using java code.
http://knowledge-oracle.blogspot.in/2009/02/import-private-key-and-certificate-in.html
Is it possible to load key and certificate file which is in pem format into java keystore through java code without converting to .der format ?