Bouncy Castle Cryptography Library 1.71

org.bouncycastle.cms.test
Class PQCTestUtil

java.lang.Object
  |
  +--org.bouncycastle.cms.test.PQCTestUtil

public class PQCTestUtil
extends java.lang.Object


Constructor Summary
PQCTestUtil()
           
 
Method Summary
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

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

Bouncy Castle Cryptography Library 1.71