| Package | Description |
|---|---|
| net.sf.mmm.crypto.crypt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractDecryptor
Abstract implementation of
Decryptor. |
interface |
AbstractEncryptor
Abstract implementation of
Encryptor. |
interface |
Decryptor
Extends
Cryptor with methods specific for decryption. |
interface |
Encryptor
Extends
Cryptor with methods specific for encryption. |
| Modifier and Type | Class and Description |
|---|---|
class |
CryptorImplCipher
|
class |
CryptorImplCombined
|
class |
DecryptorImplCipher
|
class |
DecryptorImplCombined
|
class |
EncryptorImplCiper
|
class |
EncryptorImplCombined
|
| Modifier and Type | Field and Description |
|---|---|
private Cryptor |
CryptorOutputStream.cryptor |
private Cryptor |
CryptorInputStream.cryptor |
private Cryptor[] |
CryptorImplCombined.cryptors |
| Modifier and Type | Method and Description |
|---|---|
protected Cryptor |
CryptorImplCombined.getLastCryptor() |
| Constructor and Description |
|---|
CryptorImplCombined(Cryptor[] cryptors)
The constructor.
|
CryptorInputStream(Cryptor cryptor,
InputStream delegate)
The constructor.
|
CryptorOutputStream(Cryptor cryptor,
OutputStream delegate)
The constructor.
|
Copyright © 2001–2019 mmm-Team. All rights reserved.