Class PQCTestUtil


  • public class PQCTestUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PQCTestUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.security.cert.X509Certificate makeCertificate​(java.security.KeyPair subKP, java.lang.String subDN, java.security.KeyPair issKP, java.lang.String issDN)  
      static java.security.KeyPair makeKeyPair()  
      • Methods inherited from class java.lang.Object

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

      • PQCTestUtil

        public PQCTestUtil()
    • Method Detail

      • makeKeyPair

        public static java.security.KeyPair makeKeyPair()
                                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • makeCertificate

        public static java.security.cert.X509Certificate makeCertificate​(java.security.KeyPair subKP,
                                                                         java.lang.String subDN,
                                                                         java.security.KeyPair issKP,
                                                                         java.lang.String issDN)
                                                                  throws java.lang.Exception
        Throws:
        java.lang.Exception