| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.ocsp.test.OCSPTestUtilpublic class OCSPTestUtilextends java.lang.ObjectField Summary | |
static boolean | |
static KeyGenerator | |
static KeyGenerator | |
static KeyPairGenerator | |
static KeyPairGenerator | |
static SecureRandom | |
static KeyGenerator | |
static KeyGenerator | |
static KeyGenerator | |
static BigInteger | |
Method Summary | |
static X509Certificate |
|
static X509Certificate |
|
static X509Certificate |
|
static X509Certificate |
|
static X509Certificate |
|
static X509Certificate |
|
static KeyPair | |
static KeyPair | |
public static final boolean DEBUG
- Field Value:
- true
public static KeyGenerator desede128kg
public static KeyGenerator desede192kg
public static KeyPairGenerator eckpg
public static KeyPairGenerator kpg
public static SecureRandom rand
public static KeyGenerator rc2128kg
public static KeyGenerator rc240kg
public static KeyGenerator rc264kg
public static BigInteger serialNumber
public static X509Certificate makeCACertificate(KeyPair _subKP,
String _subDN,
KeyPair _issKP,
String _issDN)
throws GeneralSecurityException,
IOExceptionpublic static X509Certificate makeCertificate(KeyPair _subKP,
String _subDN,
KeyPair _issKP,
String _issDN)
throws GeneralSecurityException,
IOExceptionpublic static X509Certificate makeCertificate(KeyPair _subKP,
String _subDN,
KeyPair _issKP,
String _issDN,
String algorithm,
boolean _ca)
throws GeneralSecurityException,
IOExceptionpublic static X509Certificate makeCertificate(KeyPair _subKP,
String _subDN,
KeyPair _issKP,
String _issDN,
boolean _ca)
throws GeneralSecurityException,
IOExceptionpublic static X509Certificate makeECDSACertificate(KeyPair _subKP,
String _subDN,
KeyPair _issKP,
String _issDN)
throws GeneralSecurityException,
IOExceptionpublic static X509Certificate makeECDSACertificate(KeyPair _subKP,
String _subDN,
KeyPair _issKP,
String _issDN,
boolean _ca)
throws GeneralSecurityException,
IOExceptionpublic static KeyPair makeECKeyPair()
public static KeyPair makeKeyPair()