wohaph / keyczar

Automatically exported from code.google.com/p/keyczar
0 stars 0 forks source link

Code Review Request: Deprecate SessionEncrypter / SessionDecrypter in favor of merging them into SessionCrypter. #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This branch adds the functionality from SessionEncrypter and SessionDecrypter 
to SessionCrypter and deprecates the former two.  The combined class can do 
incrementally more than the individual classes could since SessionEncrypters 
were not able to be created with an existing session key, and SessionDecrypters 
were not able to create their own.

The added test shows how this might be useful.

Most functionality:
http://code.google.com/r/jmscheiner-session-crypter/source/detail?r=0ecb416f4949
f5b7cdade3c3986db70735994421

Small patch to the test:
http://code.google.com/r/jmscheiner-session-crypter/source/detail?r=839e3511a2c6
0ae1b149b8f1a8c6156fd632eb55

Original issue reported on code.google.com by jmschei...@google.com on 17 Apr 2012 at 5:32

GoogleCodeExporter commented 9 years ago
Ping

Original comment by jmschei...@google.com on 23 Apr 2012 at 8:11

GoogleCodeExporter commented 9 years ago
If there are no objections, can this be merged to /p/keyczar?

Justin

Original comment by jmschei...@google.com on 3 May 2012 at 3:26

GoogleCodeExporter commented 9 years ago
Merged

Original comment by swillden@google.com on 7 May 2012 at 1:12