| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEncryptionService
Abstract base implementation for non abstract
EncryptionService
implementations. |
class |
LoopbackEncryptionServiceImpl
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. |
class |
PublicKeyEncryptionServiceImpl
This Encryption-Service uses a public key for an asymmetric encryption
algorithm in order to encrypt any ciphers being generated before them ciphers
are passed to the Encryption-Server which persists them cipher versions with
the cipher UID and the encrypted cipher.
|
| Constructor and Description |
|---|
EncryptionProviderImpl(EncryptionService aEncryptionService)
Constructs the
EncryptionProvider using AES as implemented by the
BouncyCastleProvider. |
EncryptionProviderImpl(EncryptionService aEncryptionService,
Provider aJceProvider,
String aJceAlgorithm)
Constructs the
EncryptionProvider with the given
EncryptionService and with the specified JCE Provider as
well as the according JCE algorithm. |
Copyright © 2018. All rights reserved.