Class P12Actions.P12KeyGenAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String keyOutFile  
      protected java.lang.String passwordHint  
      • Fields inherited from class org.xipki.shell.XiAction

        passwordResolver, session
    • Constructor Summary

      Constructors 
      Constructor Description
      P12KeyGenAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.xipki.security.pkcs12.KeystoreGenerationParameters getKeyGenParameters()  
      protected void saveKey​(org.xipki.security.pkcs12.KeyStoreWrapper keyGenerationResult)  
      • Methods inherited from class org.xipki.shell.XiAction

        confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, execute0, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
      • Methods inherited from class java.lang.Object

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

      • keyOutFile

        protected java.lang.String keyOutFile
      • passwordHint

        protected java.lang.String passwordHint
    • Constructor Detail

      • P12KeyGenAction

        public P12KeyGenAction()
    • Method Detail

      • saveKey

        protected void saveKey​(org.xipki.security.pkcs12.KeyStoreWrapper keyGenerationResult)
                        throws java.io.IOException
        Throws:
        java.io.IOException
      • getKeyGenParameters

        protected org.xipki.security.pkcs12.KeystoreGenerationParameters getKeyGenParameters()
                                                                                      throws java.io.IOException,
                                                                                             org.xipki.password.PasswordResolverException
        Throws:
        java.io.IOException
        org.xipki.password.PasswordResolverException