sonar-cryptography
sonar-cryptography copied to clipboard
Fix issue #127
- add test case for issue
Test failed:
[ERROR] Failures:
[ERROR] Issue127Test.test:37
Expecting actual:
RSA
to be an instance of:
com.ibm.mapper.model.algorithms.RSA
but was instance of:
com.ibm.mapper.model.Algorithm
[ERROR] JcaCipherMapperTest.pbe:82
expected: "pbeWithMD5AndDES"
but was: "pbeWithMD5AndDES56"
[ERROR] CipherSuiteMapperTest.test1:64
Expecting UnmodifiableRandomAccessList:
[DH, AES, DSA]
to contain:
[AES, DSA, SHA256, DH]
but could not find the following element(s):
[SHA256]