Uses of Class
com.jsql.util.bruter.BaseNCodec.Context
-
Uses of BaseNCodec.Context in com.jsql.util.bruter
Modifier and TypeMethodDescriptionvoid
Base16.decode
(byte[] data, int offsetInput, int length, BaseNCodec.Context context) abstract void
BaseNCodec.decode
(byte[] pArray, int i, int length, BaseNCodec.Context context) void
Base16.encode
(byte[] data, int offset, int length, BaseNCodec.Context context) abstract void
BaseNCodec.encode
(byte[] pArray, int i, int length, BaseNCodec.Context context) protected byte[]
BaseNCodec.ensureBufferSize
(int size, BaseNCodec.Context context) Ensure that the buffer has room forsize
bytesboolean
BaseNCodec.hasData
(BaseNCodec.Context context) Returns true if this object has buffered data for reading.