Class P12Actions.CsrP12

  • All Implemented Interfaces:
    org.apache.karaf.shell.api.action.Action
    Enclosing class:
    P12Actions

    public static class P12Actions.CsrP12
    extends Actions.CsrGenAction
    • Constructor Detail

      • CsrP12

        public CsrP12()
    • Method Detail

      • getKeyStore

        public java.security.KeyStore getKeyStore()
                                           throws java.io.IOException,
                                                  java.security.KeyStoreException,
                                                  java.security.NoSuchAlgorithmException,
                                                  java.security.cert.CertificateException,
                                                  org.xipki.password.PasswordResolverException
        Throws:
        java.io.IOException
        java.security.KeyStoreException
        java.security.NoSuchAlgorithmException
        java.security.cert.CertificateException
        org.xipki.password.PasswordResolverException
      • getSigner

        protected org.xipki.security.ConcurrentContentSigner getSigner()
                                                                throws org.xipki.util.exception.ObjectCreationException
        Description copied from class: Actions.BaseCsrGenAction
        Gets the signer for the give signatureAlgoControl.
        Specified by:
        getSigner in class Actions.BaseCsrGenAction
        Returns:
        the signer
        Throws:
        org.xipki.util.exception.ObjectCreationException