Class FIPSDESTest
- java.lang.Object
-
- org.bouncycastle.jce.provider.test.FIPSDESTest
-
-
Constructor Summary
Constructors Constructor Description FIPSDESTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
static void
main(java.lang.String[] args)
TestResult
perform()
TestResult
test(java.lang.String algorithm, byte[] input, byte[] output)
-
-
-
Method Detail
-
test
public TestResult test(java.lang.String algorithm, byte[] input, byte[] output)
-
perform
public TestResult perform()
-
main
public static void main(java.lang.String[] args) throws java.security.KeyException, java.security.InvalidAlgorithmParameterException
- Throws:
java.security.KeyException
java.security.InvalidAlgorithmParameterException
-
-