Class Base64Converter


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

      Fields 
      Modifier and Type Field Description
      static char[] alphabet  
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64Converter()  
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • alphabet

        public static final char[] alphabet
    • Constructor Detail

      • Base64Converter

        public Base64Converter()
    • Method Detail

      • encode

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