Interface | Description |
---|---|
Decryptor |
A decryptor is a class which is able to decrypt a value.
|
Encryptor |
An encryptor is a class which is able to encrypt and decrypt a value.
|
Class | Description |
---|---|
AbstractDecryptor |
An abstract implementation of Decryptor.
|
AbstractEncryptor |
An abstract implementation of Encryptor.
|
IdentityDecryptor |
IdentityDecryptor is a (non) encryptor: it accepts a value and returns the same value for decripting and encripting.
|
Copyright © 2012–2020 Luigi R. Viggiano. All rights reserved.