| java.lang.Object org.bouncycastle.cms.test.CMSTestUtil
CMSTestUtil | public class CMSTestUtil (Code) | | |
Method Summary | |
public static String | dumpBase64(byte[] data) | public static X509AttributeCertificate | getAttributeCertificate() | public static SecretKey | makeAES192Key() | public static SecretKey | makeAESKey(int keySize) | public static X509Certificate | makeCACertificate(KeyPair _subKP, String _subDN, KeyPair _issKP, String _issDN) | public static SecretKey | makeCamelliaKey(int keySize) | 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 X509CRL | makeCrl(KeyPair pair) | public static SecretKey | makeDesede128Key() | public static SecretKey | makeDesede192Key() | public static KeyPair | makeDsaKeyPair() | public static KeyPair | makeEcDsaKeyPair() | public static KeyPair | makeEcGostKeyPair() | public static KeyPair | makeGostKeyPair() | public static KeyPair | makeKeyPair() | public static SecretKey | makeRC2128Key() | public static SecretKey | makeRC240Key() | public static SecretKey | makeRC264Key() | public static SecretKey | makeSEEDKey() | public static byte[] | streamToByteArray(InputStream in) |
DEBUG | final public static boolean DEBUG(Code) | | |
aes192kg | public static KeyGenerator aes192kg(Code) | | |
aesKg | public static KeyGenerator aesKg(Code) | | |
camelliaKg | public static KeyGenerator camelliaKg(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) | | |
seedKg | public static KeyGenerator seedKg(Code) | | |
dumpBase64 | public static String dumpBase64(byte[] data)(Code) | | |
makeAES192Key | public static SecretKey makeAES192Key()(Code) | | |
makeAESKey | public static SecretKey makeAESKey(int keySize)(Code) | | |
makeCamelliaKey | public static SecretKey makeCamelliaKey(int keySize)(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) | | |
makeSEEDKey | public static SecretKey makeSEEDKey()(Code) | | |
|
|