public final class EncryptProperty extends Object
Constructor and Description |
---|
EncryptProperty()
Instantiates a new encrypt property.
|
Modifier and Type | Method and Description |
---|---|
String |
decryptValue(String symmetricKey,
String value)
Decrypt value.
|
String |
encryptValue(String symmetricKey,
String value)
Encrypt value.
|
static void |
main(String[] args)
The main method.
|
Copyright © 2008–2017 www.hack23.com. All rights reserved.