Generated by
JDiff

Class com.itextpdf.kernel.crypto.securityhandler.SecurityHandler

Changed Methods
void  setHashKeyForNextObject( int, int ) Documentation changed from old to new.
Note: For most of the supported security handlers algorithm to calculate encryption key for particular object is the same.
 

Changed Fields
byte[]  nextObjectKey Documentation changed from old to new.
The encryption key for a particular object/generation.
int  nextObjectKeySize Documentation changed from old to new.
The encryption key length for a particular object/generation It is recalculated with .setHashKeyForNextObject(int, int) for every object individually based in its object/generation.