Class Base64Coder


  • public class Base64Coder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String IDENTIFIER  
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64Coder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] decode​(byte[] encodedBytes)  
      byte[] encode​(byte[] toEncode)  
      java.lang.String identifier()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Base64Coder

        public Base64Coder()
    • Method Detail

      • identifier

        public java.lang.String identifier()
      • decode

        public byte[] decode​(byte[] encodedBytes)
      • encode

        public byte[] encode​(byte[] toEncode)