| Modifier and Type | Class | Description |
|---|---|---|
class |
InMemoryDecryptionServerImpl |
The
InMemoryDecryptionServerImpl is a non-persisting implementation
of the DecryptionServer managing the CipherVersion instances
in memory only. |
class |
PublicKeyDecryptionServerWrapperImpl |
Wraps a decryption server and provides asymmetric encryption support.
|
| Constructor | Description |
|---|---|
AbstractDecryptionService(String aNamespace,
DecryptionServer aDecryptionServer) |
Constructs the service with the required services and configuration.
|
PublicKeyDecryptionServerWrapperImpl(String aPrivateKeyPath,
String aPrivateKeyPassPhrase,
String aPublicKeysPath,
DecryptionServer aDecryptionServer) |
Constructs the service with the required configuration.
|
PublicKeyDecryptionServerWrapperImpl(String aPrivateKeyPath,
String aPrivateKeyPassPhrase,
String aPublicKeysPath,
DecryptionServer aDecryptionServer,
CipherVersionFactory<CipherVersion> aCipherVersionFactory) |
Constructs the service with the required configuration.
|
PublicKeyDecryptionServerWrapperImpl(String aPrivateKeyPath,
String aPublicKeysPath,
DecryptionServer aDecryptionServer) |
Constructs the service with the required configuration.
|
PublicKeyDecryptionServerWrapperImpl(String aPrivateKeyPath,
String aPublicKeysPath,
DecryptionServer aDecryptionServer,
CipherVersionFactory<CipherVersion> aCipherVersionFactory) |
Constructs the service with the required configuration.
|
PublicKeyDecryptionServiceImpl(String aNamespace,
String aPrivateKeyPath,
String aPrivateKeyPassPhrase,
DecryptionServer aDecryptionServer) |
Constructs the service with the required services and configuration.
|
PublicKeyDecryptionServiceImpl(String aNamespace,
String aPrivateKeyPath,
String aPrivateKeyPassPhrase,
DecryptionServer aDecryptionServer,
CipherVersionFactory<CipherVersion> aCipherVersionFactory) |
Constructs the service with the required services and configuration.
|
PublicKeyDecryptionServiceImpl(String aNamespace,
String aPrivateKeyPath,
DecryptionServer aDecryptionServer) |
Constructs the service with the required services and configuration.
|
PublicKeyDecryptionServiceImpl(String aNamespace,
String aPrivateKeyPath,
DecryptionServer aDecryptionServer,
CipherVersionFactory<CipherVersion> aCipherVersionFactory) |
Constructs the service with the required services and configuration.
|
Copyright © 2018. All rights reserved.