Package com.ongres.scram.common.bouncycastle.base64
-
Interface Summary Interface Description Encoder Encode and decode byte arrays (typically from binary to 7-bit ASCII encodings). -
Class Summary Class Description Base64 Utility class for converting Base64 data to bytes and back again.Base64Encoder A streaming Base64 encoder. -
Exception Summary Exception Description DecoderException Exception thrown if an attempt is made to decode invalid data, or some other failure occurs.EncoderException Exception thrown if an attempt is made to encode invalid data, or some other failure occurs.