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