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.X509Certificate
makeCertificate(java.security.KeyPair subKP, java.lang.String subDN, java.security.KeyPair issKP, java.lang.String issDN)
static java.security.KeyPair
makeKeyPair()
-
-
-
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
-
-