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 voidvoidvoidtestPadding(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:
performTestin classSimpleTest
-
getName
- Specified by:
getNamein interfaceTest- Specified by:
getNamein classSimpleTest
-
main
-