Table of Contents

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

input byte[]
inOff int
length int
outBytes byte[]
outOff int

Returns

int

Encode(byte[], int, int, byte[], int)

int Encode(byte[] input, int inOff, int length, byte[] outBytes, int outOff)

Parameters

input byte[]
inOff int
length int
outBytes byte[]
outOff int

Returns

int

GetDecodedBlockSize()

int GetDecodedBlockSize()

Returns

int

GetEncodedBlockSize()

int GetEncodedBlockSize()

Returns

int