Class KeyFactoryTest


  • public class KeyFactoryTest
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyFactoryTest()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doTest()  
      static void main​(java.lang.String[] argv)  
      void signVerify​(java.lang.String sigAlg, java.security.PrivateKey privk, java.lang.String signProv, java.security.PublicKey pubk, java.lang.String verifyProv)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • KeyFactoryTest

        public KeyFactoryTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] argv)
      • doTest

        public void doTest()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • signVerify

        public void signVerify​(java.lang.String sigAlg,
                               java.security.PrivateKey privk,
                               java.lang.String signProv,
                               java.security.PublicKey pubk,
                               java.lang.String verifyProv)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable