Class KeyExporter


  • public class KeyExporter
    extends java.lang.Object
    Export private key from JKS Command example: java -cp KeyExporter -h

    KeyExporter -keystore /Users/yuriy/tmp/mykeystore.jks -keypasswd secret -alias "2d4817e7-5fe8-4b6b-8f64-fe3723625122" -exportfile=/Users/yuriy/tmp/mykey.pem

    Version:
    February 12, 2019
    Author:
    Yuriy Movchan
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  KeyExporter.Cli  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyExporter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyExporter

        public KeyExporter()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception