Interface ITranslator
- Namespace
- Org.BouncyCastle.Utilities.Encoders
- Assembly
- BouncyCastle.Cryptography.dll
Translator interface.
public interface ITranslator
Methods
Decode(byte[], int, int, byte[], int)
int Decode(byte[] input, int inOff, int length, byte[] outBytes, int outOff)
Parameters
Returns
Encode(byte[], int, int, byte[], int)
int Encode(byte[] input, int inOff, int length, byte[] outBytes, int outOff)
Parameters
Returns
GetDecodedBlockSize()
int GetDecodedBlockSize()
Returns
GetEncodedBlockSize()
int GetEncodedBlockSize()