For the latest news and information visit
The GNU Crypto project

Package gnu.crypto.pad

Interface Summary
IPad The basic visible methods of any padding algorithm.
 

Class Summary
BasePad An abstract class to facilitate implementing padding algorithms.
PadFactory A Factory to instantiate padding schemes.
PKCS7 The implementation of the PKCS7 padding algorithm.
TBC The implementation of the Trailing Bit Complement (TBC) padding algorithm.
 

Exception Summary
WrongPaddingException A checked exception that indicates that a padding algorithm did not find the expected padding bytes when unpadding some data.
 


For the latest news and information visit
The GNU Crypto project

Copyright ©2001-2002 Free Software Foundation, Inc.. All Rights Reserved.