Class CryptoUtil

java.lang.Object
com.nt.udc.admin.server.CryptoUtil

public class CryptoUtil extends Object
  • Constructor Details

    • CryptoUtil

      public CryptoUtil()
  • Method Details

    • encrypt

      public static byte[] encrypt(String plainText)
    • decrypt

      public static String decrypt(byte[] encryptedBytes)