|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for mapping from an alphabet to a set of indexes suitable for use with FPE.
Method Summary | |
char[] |
convertToChars(byte[] input)
Return a char[] for this alphabet based on the indexes passed. |
byte[] |
convertToIndexes(char[] input)
Return the passed in char[] as a byte array of indexes (indexes can be more than 1 byte) |
int |
getRadix()
Return the number of characters in the alphabet. |
Method Detail |
public int getRadix()
public byte[] convertToIndexes(char[] input)
input
- characters to be mapped.
public char[] convertToChars(byte[] input)
input
- input array of indexes.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |