Maven module :un.api : api-encoding :
Class : un.impl.cryptography.paddings.Padding
Extends/Implements : -
Subclasses : -

author  Bertrand COTE


Variables : -
Functions : pad, unPad




Add a pad to the given text.
param  text
return  the padded text.
public byte[] pad (byte[] text)


param  text
return  the unpadded text.
throws  InvalidPadException
public byte[] unPad (byte[] text)