| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDecryptionService
Abstract base implementation for non abstract
DecryptionService
implementations. |
class |
LoopbackDecryptionServiceImpl
Deprecated.
To prevent accidental use in productive environment this insecure
implementation of the
DecryptionService has been marked
as being deprecated; please use only for testing purposes. |
class |
PublicKeyDecryptionServiceImpl
The
DecryptionService retrieves CipherVersion instances from
the DecryptionServer and is decrypting the ciphers contained in the
CipherVersion instances with a private key. |
| Constructor and Description |
|---|
DecryptionProviderImpl(DecryptionService aDecryptionService)
Constructs the
DecryptionProvider using AES as implemented by the
BouncyCastleProvider. |
DecryptionProviderImpl(DecryptionService aDecryptionService,
Provider aJceProvider,
String aJceAlgorithm)
Constructs the
DecryptionProvider with the given
DecryptionService and with the specified JCE Provider as
well as the according JCE algorithm. |
Copyright © 2018. All rights reserved.