Class Actions.ClientAction

    • Field Summary

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

        passwordResolver, session
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.xipki.security.X509Cert getIdentityCert()  
      protected java.security.PrivateKey getIdentityKey()  
      protected org.xipki.scep.client.ScepClient getScepClient()  
      • 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

      • url

        protected java.lang.String url
      • caId

        protected java.lang.String caId
    • Constructor Detail

      • ClientAction

        public ClientAction()
    • Method Detail

      • getScepClient

        protected org.xipki.scep.client.ScepClient getScepClient()
                                                          throws java.security.cert.CertificateException,
                                                                 java.io.IOException
        Throws:
        java.security.cert.CertificateException
        java.io.IOException
      • getIdentityKey

        protected java.security.PrivateKey getIdentityKey()
                                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getIdentityCert

        protected org.xipki.security.X509Cert getIdentityCert()
                                                       throws java.lang.Exception
        Throws:
        java.lang.Exception