org.bouncycastle.tsp.test
public class TSPTestUtil extends Object
| Field Summary | |
|---|---|
| static KeyGenerator | desede128kg |
| static KeyGenerator | desede192kg |
| static boolean | DEBUG |
| static DERObjectIdentifier | EuroPKI_TSA_Test_Policy |
| static KeyPairGenerator | kpg |
| static SecureRandom | rand |
| static KeyGenerator | rc2128kg |
| static KeyGenerator | rc240kg |
| static KeyGenerator | rc264kg |
| static BigInteger | serialNumber |
| Method Summary | |
|---|---|
| static String | dumpBase64(byte[] data) |
| static X509Certificate | makeCACertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN) |
| static X509Certificate | makeCertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN) |
| static X509Certificate | makeCertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN, boolean _ca) |
| static SecretKey | makeDesede128Key() |
| static SecretKey | makeDesede192Key() |
| static KeyPair | makeKeyPair() |
| static SecretKey | makeRC2128Key() |
| static SecretKey | makeRC240Key() |
| static SecretKey | makeRC264Key() |