Bouncy Castle Cryptography 1.11 API Specification: Package org.bouncycastle.jce.provider.test
Bouncy Castle Cryptography 1.11

Package org.bouncycastle.jce.provider.test

Class Summary
AESTest basic test class for the AES cipher vectors from FIPS-197
BlockCipherTest basic test class for a block cipher, basically this just exercises the provider, and makes sure we are behaving sensibly, correctness of the implementation is shown in the lightweight test classes.
CertTest  
CipherStreamTest check that cipher input/output streams are working correctly
DESedeTest basic test class for key generation for a DES-EDE block cipher, basically this just exercises the provider, and makes sure we are behaving sensibly, correctness of the implementation is shown in the lightweight test classes.
DHTest  
DigestTest  
DoFinalTest check that doFinal is properly reseting the cipher.
DSATest  
ECIESTest test for ECIES - Elliptic Curve Integrated Encryption Scheme
ElGamalTest  
FIPSDESTest basic FIPS test class for a block cipher, just to make sure ECB/CBC/OFB/CFB are behaving correctly.
KeyStoreTest Exercise the various key stores, making sure we at least get back what we put in!
MacTest MAC tester - vectors from FIP 81 and FIP 113.
NamedCurveTest  
NetscapeCertRequestTest  
PBETest test out the various PBE modes, making sure the JCE implementations are compatible woth the light weight ones.
PKCS10CertRequestTest  
PKCS12StoreTest Exercise the various key stores, making sure we at least get back what we put in!
PKIXTest  
RegressionTest  
RSATest  
SealedTest  
SigTest  
WrapTest  
 


Bouncy Castle Cryptography 1.11