refcodes-security artifact provides the basic interfaces
defining the functionality for vanilla plain cryptographic algorithm's
implementations, e.g.See: Description
| Interface | Description |
|---|---|
| Decrypter<DEC,ENC,EXC extends DecryptionException> |
Plain interface for providing straight forward decryption functionality as of
Decrypter.toDecrypted(Object) and for forcing your plain functionality to
provide a bridge to the Java Cryptographic Extension (JCE) framework's
CipherSpi as of Decrypter.toDecrypted(byte[], int, int, byte[], int). |
| Encrypter<ENC,DEC,EXC extends EncryptionException> |
Plain interface for providing straight forward encryption functionality as of
Encrypter.toEncrypted(Object) and for forcing your plain functionality to
provide a bridge to the Java Cryptographic Extension (JCE) framework's
CipherSpi as of Encrypter.toEncrypted(byte[], int, int, byte[], int). |
| Class | Description |
|---|---|
| SecurityUtility |
The Class SecurityUtility.
|
| Enum | Description |
|---|---|
| Algorithm |
The Enum Algorithm.
|
| Exception | Description |
|---|---|
| DecryptionException |
Thrown in case an encryption issue occurred regarding the
Encrypter. |
| EncryptionException |
Thrown in case a decryption issue occurred regarding the
Decrypter. |
| SecurityException |
The Class SecurityException.
|
Copyright © 2017. All rights reserved.