Daniel Hadi • about 14 years ago
Maximum length of the Value message?
Hello,
Is there a maximum length for the value message generated by the hosted API?
The documentation on the hosted API pages
(http://developer.mintchipchallenge.com/api/hosted/CreateValueMessage.html) simply says "The response data is a base64-encoded value-message packet"
What is the maximum length of the value-message packet?
Thanks
Dan H
Comments are closed.

2 comments
Wayne Pearson • about 14 years ago
If I added it up correctly, 1463 bytes.
http://developer.mintchipchallenge.com/devguide/developing/common/mintchip-messages.html
That's of the pure binary ASN.1 message; Base64-encoded, a bit bigger. *:^)
Daniel Hadi • about 14 years ago
Thanks Wayne. I must have missed that page. :)