Padderpublic interface Padder Implementors will provide padding schemes for the respective ciphers. |
Methods Summary |
---|
public int | pad(byte[] queue, int count)Pads the input according to the padding scheme dictated by the
concrete implementor.
| public int | unPad(byte[] outBuff, int size)Removes padding bytes.
|
|