Package tigase.util

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 s)  
      static java.lang.String encode​(byte[] buf)  
      • 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

      • decode

        public static byte[] decode​(java.lang.String s)
      • encode

        public static java.lang.String encode​(byte[] buf)