public class EncryptionFactory extends Object
Modifier and Type | Method and Description |
---|---|
static String |
decrypt(String strHash,
SecretKeySpec key) |
static String |
encrypt(String strValue,
SecretKeySpec key) |
public static String encrypt(String strValue, SecretKeySpec key)
public static String decrypt(String strHash, SecretKeySpec key) throws DSSException
DSSException
Copyright © 2021. All Rights Reserved.