Previous Topic

Next Topic

Book Contents

Book Index

AS1, AS2 and AS3

All of the ASx protocols can:

  1. Encrypt a file using a recipient's public SSL certificate and sign the file using the sender's private SSL certificate
  2. Specify the type and manner of MDN that the recipient should return
  3. Deliver the file to a partner
  4. Decrypt a file using a recipient's private SSL certificate and confirm the signature of the sender using the sender's public SSL certificate
  5. Create an MDN delivery receipt signed with the recipient's private SSL certificate and containing a cryptographic hash of the file contents in order to prove that the recipient got the unaltered file
  6. Return the MDN to the sender
  7. Verify the MDN (against the recipient's public SSL certificate and the cryptographic hash) to absolutely prove that the recipient got the file

    See also (on their respective "AS1, AS2 and AS3 - The ASx Protocol" pages):