Bouncy Castle Cryptography Library 1.37

Package org.bouncycastle.util.encoders

Classes for producing and reading Base64 and Hex strings.

See:
          Description

Interface Summary
Encoder Encode and decode byte arrays (typically from binary to 7-bit ASCII encodings).
Translator general interface for an translator.
 

Class Summary
Base64  
Base64Encoder  
BufferedDecoder a buffering class to allow translation from one format to another to be done in discrete chunks.
BufferedEncoder a buffering class to allow translation from one format to another to be done in discrete chunks.
Hex  
HexEncoder  
HexTranslator Converters for going from hex to binary and back.
UrlBase64 Convert binary data to and from UrlBase64 encoding.
UrlBase64Encoder Convert binary data to and from UrlBase64 encoding.
 

Package org.bouncycastle.util.encoders Description

Classes for producing and reading Base64 and Hex strings.


Bouncy Castle Cryptography Library 1.37