Iterator<CipherVersion>
, CipherVersionGenerator<CipherVersion>
, EncryptionService
, org.refcodes.generator.Generator<CipherVersion>
EncryptionService
has been marked
as being deprecated; please use only for testing purposes.@Deprecated public class LoopbackEncryptionService extends AbstractEncryptionService
LoopbackEncryptionService
is an UNSECURE implementation of the
EncryptionService
managing the ciphers in the CipherVersion
in plan text. This implementation's mere purpose is to provide means to
easily set up a quick and dirty test setup. The
LoopbackDecryptionService
is the counterpart of the
LoopbackEncryptionService
which both work (insecurely) hand in hand.
The LoopbackEncryptionService
must not be used in production
environments!
Constructor | Description |
---|---|
LoopbackEncryptionService(String aNamespace,
EncryptionServer aEncryptionServer) |
Deprecated.
To prevent accidental use in productive environment this
insecure implementation of the
EncryptionService has
been marked as being deprecated; please use only for testing
purposes. |
Modifier and Type | Method | Description |
---|---|---|
protected <CV extends CipherVersion> |
toEncryptedCipherVersion(CV aDecyrptedCipherVersion) |
Deprecated.
|
hasNext, next, remove
forEachRemaining
@Deprecated public LoopbackEncryptionService(String aNamespace, EncryptionServer aEncryptionServer)
EncryptionService
has
been marked as being deprecated; please use only for testing
purposes.@Deprecated protected <CV extends CipherVersion> CV toEncryptedCipherVersion(CV aDecyrptedCipherVersion)
toEncryptedCipherVersion
in class AbstractEncryptionService
CV
- The type of the CipherVersion
to be used.aDecyrptedCipherVersion
- The CipherVersion
to be encrypted.CipherVersion
.Copyright © 2021. All rights reserved.