Package org.bouncycastle.cms.test
Class PQCTestUtil
- java.lang.Object
-
- org.bouncycastle.cms.test.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.X509CertificatemakeCertificate(java.security.KeyPair subKP, java.lang.String subDN, java.security.KeyPair issKP, java.lang.String issDN)static java.security.KeyPairmakeFalconKeyPair()static java.security.KeyPairmakeKeyPair()static java.security.KeyPairmakePicnicKeyPair()static java.security.KeyPairmakeSphincsPlusKeyPair()
-
-
-
Method Detail
-
makeKeyPair
public static java.security.KeyPair makeKeyPair() throws java.lang.Exception- Throws:
java.lang.Exception
-
makeSphincsPlusKeyPair
public static java.security.KeyPair makeSphincsPlusKeyPair() throws java.lang.Exception- Throws:
java.lang.Exception
-
makeFalconKeyPair
public static java.security.KeyPair makeFalconKeyPair() throws java.lang.Exception- Throws:
java.lang.Exception
-
makePicnicKeyPair
public static java.security.KeyPair makePicnicKeyPair() 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
-
-