Package org.bouncycastle.crypto.test
Class PaddingTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.PaddingTest
- All Implemented Interfaces:
Test
General Padding tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
static void
void
void
testPadding
(BlockCipherPadding padding, SecureRandom rand, byte[] ffVector, byte[] ZeroVector)
-
Constructor Details
-
PaddingTest
public PaddingTest()
-
-
Method Details
-
testPadding
public void testPadding(BlockCipherPadding padding, SecureRandom rand, byte[] ffVector, byte[] ZeroVector) -
performTest
public void performTest()- Specified by:
performTest
in classSimpleTest
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
main
-