IAlphabetMapperConvertToChars Method

Return a char[] for this alphabet based on the indexes passed.

Definition

Namespace: Org.BouncyCastle.Crypto
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
char[] ConvertToChars(
	byte[] input
)

Parameters

input  Byte
input array of indexes.

Return Value

Char
an array of char corresponding to the index values.

See Also