Class HMacTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.jce.provider.test.HMacTest
- All Implemented Interfaces:
Test
HMAC tester
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
static void
void
void
void
void
Test that BC has the same results as the SunJCA provider for PBEwithHMACSHA.
-
Constructor Details
-
HMacTest
public HMacTest()
-
-
Method Details
-
testHMac
- Throws:
Exception
-
testHMac
- Throws:
Exception
-
performTest
- Specified by:
performTest
in classSimpleTest
- Throws:
Exception
-
testPBEWITHHMACSHAVariants
Test that BC has the same results as the SunJCA provider for PBEwithHMACSHA.Test courtesy of the Android project.
- Throws:
Exception
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
main
-