Class BaseBlockCipherTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.jce.provider.test.BaseBlockCipherTest
- All Implemented Interfaces:
Test
- Direct Known Subclasses:
AESTest
,ARIATest
,CamelliaTest
,DSTU7624Test
,NoekeonTest
,SEEDTest
,SM4Test
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
protected void
protected void
wrapOidTest
(String[] oids, String name) protected void
protected void
wrapTest
(int id, String wrappingAlgorithm, byte[] kek, byte[] iv, SecureRandom rand, byte[] in, byte[] out)
-
Method Details
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
oidTest
- Throws:
Exception
-
wrapOidTest
- Throws:
Exception
-
wrapTest
protected void wrapTest(int id, String wrappingAlgorithm, byte[] kek, byte[] in, byte[] out) throws Exception - Throws:
Exception
-
wrapTest
protected void wrapTest(int id, String wrappingAlgorithm, byte[] kek, byte[] iv, SecureRandom rand, byte[] in, byte[] out) throws Exception - Throws:
Exception
-