Package org.bouncycastle.crypto
Interface AlphabetMapper
- All Known Implementing Classes:
BasicAlphabetMapper
public interface AlphabetMapper
-
Method Summary
Modifier and TypeMethodDescriptionchar[]
convertToChars
(byte[] input) byte[]
convertToIndexes
(char[] input) int
getRadix()
-
Method Details
-
getRadix
int getRadix() -
convertToIndexes
byte[] convertToIndexes(char[] input) -
convertToChars
char[] convertToChars(byte[] input)
-