[Solved] Digital signature between Java and Delphi


To get the same value from java.security.PublicKey.getEnconded() on Chilkat library you have to use CkPublicKey.GetDer() and pass false to the boolean parameter to make it use the PKCS8 format.

solved Digital signature between Java and Delphi