public class CustomEncryptor extends Object
CustomEncryptor(String cryptKey, boolean timeliness)
CustomEncryptor(String cryptKey, boolean timeliness, long timeOffsetMillis)
String
decrypt(String ciphertext)
encrypt(String plaintext)
encrypt(String plaintext, boolean withPrefix)
static void
main(String[] args)
static CustomEncryptor
useDefault()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CustomEncryptor(String cryptKey, boolean timeliness)
public CustomEncryptor(String cryptKey, boolean timeliness, long timeOffsetMillis)
public static CustomEncryptor useDefault()
public String encrypt(String plaintext)
public String encrypt(String plaintext, boolean withPrefix)
public String decrypt(String ciphertext)
public static void main(String[] args)
Copyright © 2025. All rights reserved.