Interface Base64Encoder


public interface Base64Encoder
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decode(String b64text)
     
    encode(byte[] bytes)