ValueEncryptor@Deprecated public class EncryptionEngine extends Object
<attribute qualifier="number" autocreate="true" type="java.lang.String">
<modifiers <b>encrypted="true"</b> read="true" write="true" search="false" optional="false" />
<persistence type="property" />
</attribute>
| Constructor and Description |
|---|
EncryptionEngine()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(char[] password,
String text,
String algo)
Deprecated.
does nothing right now
|
String |
decrypt(String text)
Deprecated.
does nothing right now
|
Object |
decryptAsymetric(Object object,
PrivateKey key)
Deprecated.
does nothing right now
|
Object |
decryptSymetric(String object)
Deprecated.
does nothing right now
|
Object |
decryptSymetric(String object,
Key sessionKey,
PBEParameterSpec paramSpec)
Deprecated.
does nothing right now
|
String |
encrypt(char[] password,
String plaintext,
String algo)
Deprecated.
does nothing right now
|
String |
encrypt(String plaintext)
Deprecated.
does nothing right now
|
Object |
encryptAsymmetric(Serializable object,
PublicKey key)
Deprecated.
does nothing right now
|
String |
encryptSymmetric(Serializable object)
Deprecated.
does nothing right now
|
String |
encryptSymmetric(Serializable object,
Key key,
PBEParameterSpec paramSpec)
Deprecated.
does nothing right now
|
@Deprecated public String encryptSymmetric(Serializable object)
@Deprecated public String encryptSymmetric(Serializable object, Key key, PBEParameterSpec paramSpec)
@Deprecated public Object decryptSymetric(String object)
@Deprecated public Object decryptSymetric(String object, Key sessionKey, PBEParameterSpec paramSpec)
@Deprecated public Object encryptAsymmetric(Serializable object, PublicKey key)
@Deprecated public Object decryptAsymetric(Object object, PrivateKey key)
@Deprecated public String encrypt(String plaintext)
@Deprecated public String encrypt(char[] password, String plaintext, String algo)
@Deprecated public String decrypt(String text)
@Deprecated public String decrypt(char[] password, String text, String algo)
Copyright © 2017 SAP SE. All Rights Reserved.