Package com.ongres.scram.common.bouncycastle.base64


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