Class Base32


  • public class Base32
    extends java.lang.Object
    Base32 - encodes and decodes 'Canonical' Base32
    • Constructor Summary

      Constructors 
      Constructor Description
      Base32()  
    • Method Summary

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

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

      • Base32

        public Base32()
    • Method Detail

      • encode

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

        public static byte[] decode​(java.lang.String base32)