Method | Description | |
---|---|---|
AddPadding ( byte input, int inOff ) : int |
add the pad bytes to the passed in block, returning the number of bytes added.
|
|
Init ( |
Initialise the padder.
|
|
PadCount ( byte input ) : int |
return the number of pad bytes present in the block.
|
public AddPadding ( byte input, int inOff ) : int | ||
input | byte | |
inOff | int | |
return | int |
public Init ( |
||
random | - a SecureRandom if available. /// | |
return | void |