| Package | Description |
|---|---|
| de.intarsys.tools.crypto |
| Modifier and Type | Class and Description |
|---|---|
class |
NullCryptdec
An
ICryptdec doing nothing on its input. |
class |
StandardCryptdec
A default
ICryptdec implementation based on the JCA. |
| Modifier and Type | Method and Description |
|---|---|
ICryptdec |
PBAES128CryptdecFactory.createCryptdec() |
ICryptdec |
NullCryptecFactory.createCryptdec() |
ICryptdec |
ICryptdecFactory.createCryptdec()
Create a new
ICryptdec. |
ICryptdec |
CryptoEnvironment.createCryptdec(String id)
Create an
ICryptdec for id. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
CryptoEnvironment.decryptBytes(byte[] bytes,
ICryptdec cryptdec)
Decrypt a plain byte array which was previously encrypted using
encryptBytes using cryptdec. |
byte[] |
CryptoEnvironment.decryptBytesEncoded(String value,
ICryptdec cryptdec)
Decrypt the encoded, encrypted value created using "encryptBytesEncoded"
with cryptdec.
|
String |
CryptoEnvironment.decryptString(String value,
ICryptdec cryptdec)
Decrypt a string which was previously encrypted using
encryptString, using cryptdec. |
String |
CryptoEnvironment.decryptStringEncoded(String value,
ICryptdec cryptdec)
Decrypt the encoded, encrypted value created using "encryptStringEncoded"
with cryptdec.
|
byte[] |
CryptoEnvironment.encryptBytes(byte[] bytes,
ICryptdec cryptdec)
Encrypt a byte array using the cryptdec.
|
String |
CryptoEnvironment.encryptBytesEncoded(byte[] bytes,
ICryptdec cryptdec)
Encrypt a byte array using the cryptdec.
|
String |
CryptoEnvironment.encryptCharsEncoded(char[] value,
ICryptdec cryptdec)
Encrypt the char array value using the cryptdec.
|
String |
CryptoEnvironment.encryptString(String value,
ICryptdec cryptdec)
Encrypt a String using cryptdec.
|
String |
CryptoEnvironment.encryptStringEncoded(String value,
ICryptdec cryptdec)
Encrypt the String value using the cryptdec.
|
| Constructor and Description |
|---|
SecretMemory(ICryptdec cryptdec) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.