Uses of Interface
org.bouncycastle.util.encoders.Translator
-
Packages that use Translator Package Description org.bouncycastle.util.encoders Classes for producing a range of common binary encodings such as Hex and Base64. -
-
Uses of Translator in org.bouncycastle.util.encoders
Classes in org.bouncycastle.util.encoders that implement Translator Modifier and Type Class Description class
HexTranslator
Converters for going from hex to binary and back.Fields in org.bouncycastle.util.encoders declared as Translator Modifier and Type Field Description protected Translator
BufferedDecoder. translator
protected Translator
BufferedEncoder. translator
Constructors in org.bouncycastle.util.encoders with parameters of type Translator Constructor Description BufferedDecoder(Translator translator, int bufSize)
BufferedEncoder(Translator translator, int bufSize)
-