Class Base64


  • public class Base64
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decode​(java.lang.String data)  
      static java.lang.String encode​(byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • Base64

        public Base64()
    • Method Detail

      • encode

        @NonNull
        public static java.lang.String encode​(@NonNull
                                              byte[] data)
      • decode

        @NonNull
        public static byte[] decode​(@NonNull
                                    java.lang.String data)