User Activity

  • Posted a comment on discussion General Discussion on EBICS Client

    But isn't that exactly what my solution does? i.e., concactenate exponentwith blankSpace and modulus-- without leading zeros. The third if(has.charAt(0)) check is probably redundant... and will never execute since we removed the leading zeros beforehand. Anyhow, it's great that you found a solution.

  • Modified a comment on discussion General Discussion on EBICS Client

    @Design Majelis: I actually found a solution to this. Do the following: Go to: org.kopi.ebics.certificate.KeyUtil. getKeyDigest() and replace the whole function with the following: ` public static byte[] getKeyDigest(RSAPublicKey publicKey) throws EbicsException { String modulus; String exponent; String hash; byte[] digest; exponent = Hex.encodeHexString(publicKey.getPublicExponent().toByteArray()); // modulus = Hex.encodeHexString(removeFirstByte(publicKey.getModulus().toByteArray())); modulus =...

  • Modified a comment on discussion General Discussion on EBICS Client

    @Design Majelis: I actually found a solution to this. Do the following: Go to: org.kopi.ebics.certificate.KeyUtil. getKeyDigest() and replace the whole function with the following: ` ~~~ public static byte[] getKeyDigest(RSAPublicKey publicKey) throws EbicsException { String modulus; String exponent; String hash; byte[] digest; exponent = Hex.encodeHexString(publicKey.getPublicExponent().toByteArray()); // modulus = Hex.encodeHexString(removeFirstByte(publicKey.getModulus().toByteArray())); modulus...

  • Posted a comment on discussion General Discussion on EBICS Client

    @Design Majelis: I actually found a solution to this. Do the following: Go to: org.kopi.ebics.certificate.KeyUtil. getKeyDigest() and replace the whole function with the following: ` public static byte[] getKeyDigest(RSAPublicKey publicKey) throws EbicsException { String modulus; String exponent; String hash; byte[] digest; exponent = Hex.encodeHexString(publicKey.getPublicExponent().toByteArray()); // modulus = Hex.encodeHexString(removeFirstByte(publicKey.getModulus().toByteArray())); modulus =...

  • Posted a comment on discussion General Discussion on EBICS Client

    @Design Majelis Did you find a solution to your problem?

  • Posted a comment on discussion General Discussion on EBICS Client

    @zamolxis Did you find a solution to your problem?

View All

Personal Data

Username:
achilles852
Joined:
2018-01-20 17:54:25

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB