| java.lang.Object org.bouncycastle.tsp.test.TSPTestUtil
TSPTestUtil | public class TSPTestUtil (Code) | | |
Method Summary | |
public static String | dumpBase64(byte[] data) | public static X509Certificate | makeCACertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN) | public static X509Certificate | makeCertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN) | public static X509Certificate | makeCertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN, boolean _ca) | public static SecretKey | makeDesede128Key() | public static SecretKey | makeDesede192Key() | public static KeyPair | makeKeyPair() | public static SecretKey | makeRC2128Key() | public static SecretKey | makeRC240Key() | public static SecretKey | makeRC264Key() |
DEBUG | final public static boolean DEBUG(Code) | | |
desede128kg | public static KeyGenerator desede128kg(Code) | | |
desede192kg | public static KeyGenerator desede192kg(Code) | | |
rc2128kg | public static KeyGenerator rc2128kg(Code) | | |
rc240kg | public static KeyGenerator rc240kg(Code) | | |
rc264kg | public static KeyGenerator rc264kg(Code) | | |
dumpBase64 | public static String dumpBase64(byte[] data)(Code) | | |
makeDesede128Key | public static SecretKey makeDesede128Key()(Code) | | |
makeDesede192Key | public static SecretKey makeDesede192Key()(Code) | | |
makeRC2128Key | public static SecretKey makeRC2128Key()(Code) | | |
makeRC240Key | public static SecretKey makeRC240Key()(Code) | | |
makeRC264Key | public static SecretKey makeRC264Key()(Code) | | |
|
|