Class UpdateCertActions.CmpUpdateP11

    • Constructor Detail

      • CmpUpdateP11

        public CmpUpdateP11()
    • Method Detail

      • getSigner

        protected org.xipki.security.ConcurrentContentSigner getSigner()
                                                                throws org.xipki.util.exception.ObjectCreationException
        Description copied from class: UpdateCertActions.UpdateCertAction
        Gets the signer.
        Specified by:
        getSigner in class UpdateCertActions.UpdateCertAction
        Returns:
        the signer.
        Throws:
        org.xipki.util.exception.ObjectCreationException - if no signer can be built.
      • getPkcs11SignerConf

        public static org.xipki.security.SignerConf getPkcs11SignerConf​(String pkcs11ModuleName,
                                                                        int slotIndex,
                                                                        String keyLabel,
                                                                        byte[] keyId,
                                                                        org.xipki.security.HashAlgo hashAlgo,
                                                                        org.xipki.security.SignatureAlgoControl signatureAlgoControl)