Class stl_Crypto

java.lang.Object
com.jackmeng.stl.stl_Crypto

public final class stl_Crypto
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static char[] BASE64_ALPHABET  
    static byte[] BASE64_DECODE_TABLE  
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    private stl_Crypto()  
  • Method Summary

    Modifier and Type Method Description
    static byte[] base64_decode​(byte[] data)  
    static byte[] base64_encode​(byte[] data)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BASE64_ALPHABET

      public static final char[] BASE64_ALPHABET
    • BASE64_DECODE_TABLE

      public static final byte[] BASE64_DECODE_TABLE
  • Constructor Details

    • stl_Crypto

      private stl_Crypto()
  • Method Details

    • base64_encode

      public static byte[] base64_encode​(byte[] data)
    • base64_decode

      public static byte[] base64_decode​(byte[] data)