sonar-cryptography icon indicating copy to clipboard operation
sonar-cryptography copied to clipboard

Fix issue #127

Open n1ckl0sk0rtge opened this issue 1 year ago • 1 comments

  • add test case for issue

n1ckl0sk0rtge avatar Sep 11 '24 12:09 n1ckl0sk0rtge

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]

san-zrl avatar Jun 02 '25 13:06 san-zrl