Class P12Actions.P12SecurityAction

    • Field Summary

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

        passwordResolver, session
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.security.KeyStore getInKeyStore()  
      protected char[] getPassword()  
      • 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

      • p12File

        protected java.lang.String p12File
      • passwordHint

        protected java.lang.String passwordHint
    • Constructor Detail

      • P12SecurityAction

        public P12SecurityAction()
    • Method Detail

      • getPassword

        protected char[] getPassword()
                              throws java.io.IOException,
                                     org.xipki.password.PasswordResolverException
        Throws:
        java.io.IOException
        org.xipki.password.PasswordResolverException
      • getInKeyStore

        protected java.security.KeyStore getInKeyStore()
                                                throws java.io.IOException,
                                                       java.security.NoSuchAlgorithmException,
                                                       java.security.cert.CertificateException,
                                                       java.security.KeyStoreException,
                                                       org.xipki.password.PasswordResolverException
        Throws:
        java.io.IOException
        java.security.NoSuchAlgorithmException
        java.security.cert.CertificateException
        java.security.KeyStoreException
        org.xipki.password.PasswordResolverException