JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 3 matches
- Thu Jul 28, 2016 12:29 am
- Forum: Questions & Answers
- Topic: VERY URGENT: Format of public data in the KeyAgreement.generateSecret() method
- Replies: 7
- Views: 12793
Re: VERY URGENT: Format of public data in the KeyAgreement.generateSecret() method
Hello UNKNwYSHSA, The public and private key are generated from the same curve. Now I am able to perform the key agreement successfully. The offset of the data I was sending to the KeyAgreement method was incorrect and so I was getting the CryptoException. As I do not have any debug tool, the proble...
- Sun Jul 24, 2016 5:48 am
- Forum: Questions & Answers
- Topic: VERY URGENT: Format of public data in the KeyAgreement.generateSecret() method
- Replies: 7
- Views: 12793
Re: VERY URGENT: Format of public data in the KeyAgreement.generateSecret() method
Hello UNKNwYSHSA, Thank you very much for your reply. Actually, I could not share the code with you. I am very sorry for that. FYI, the curve parameters are: Curve-ID: brainpoolP192r1 p = C302F41D932A36CDA7A3463093D18DB78FCE476DE1A86297 A = 6A91174076B1E0E19C39C031FE8685C1CAE040E5C69A28EF B = 469A28...
- Thu Jul 21, 2016 9:18 am
- Forum: Questions & Answers
- Topic: VERY URGENT: Format of public data in the KeyAgreement.generateSecret() method
- Replies: 7
- Views: 12793
VERY URGENT: Format of public data in the KeyAgreement.generateSecret() method
Dear Friends, Greetings. I have been working on implementing the PSO:DECIPHER feature using the ECC algorithm. As part of this, I have been using the method: public abstract short generateSecret(byte[] publicData, short publicOffset, short publicLength, byte[] secret, short secretOffset) throws Cryp...