public class Encryptions extends Object
Encryptions()
static char[]
decode(char[] encrypted, String tags)
static String
decode(String encrypted, String tags)
encode(char[] plain, String tags)
encode(String plain, String tags)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Encryptions()
public static String decode(String encrypted, String tags)
public static char[] decode(char[] encrypted, String tags)
public static String encode(String plain, String tags)
public static char[] encode(char[] plain, String tags)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.