Class JceSignSpeed


  • public class JceSignSpeed
    extends org.xipki.util.BenchmarkExecutor
    Speed test of signature creation for JCE based Token.
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • JceSignSpeed

        public JceSignSpeed​(SecurityFactory securityFactory,
                            String type,
                            String alias,
                            String signatureAlgorithm,
                            String description,
                            int threads)
                     throws org.xipki.util.exception.ObjectCreationException
        Throws:
        org.xipki.util.exception.ObjectCreationException
    • Method Detail

      • close

        public final void close()
        Overrides:
        close in class org.xipki.util.BenchmarkExecutor
      • getTester

        protected Runnable getTester()
                              throws Exception
        Specified by:
        getTester in class org.xipki.util.BenchmarkExecutor
        Throws:
        Exception