From: <cas...@al...> - 2007-09-12 15:00:19
|
hi! i have done a privacy ca emulating your privacy ca in jtpmtools (client = and privacy ca are local). after i have done the activateidentity at the client side i create a = x509certificate using iaik-jce as you do in your tool with the aik = credential. Then i have to send this certificate to a remote host but when the = remote host performs the x509certificate.verify it gives an error of bad = padding, exactly: java.security.SignatureException: Signature decryption = error: javax.crypto.BadPaddingException: Invalid PKCS#1 padding: = encrypted message and modulus lengths do not match! Maybe is the certificate without something important? have i to do other = operations after the creation of the certificate with aik credential or = is it enough to send it to a remote host that has to verify it? thank you very much! |