Package | Description |
---|---|
org.refcodes.forwardsecrecy.impls |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryEncryptionServerImpl
The
InMemoryEncryptionServerImpl is a non-persisting implementation
of the EncryptionServer managing the CipherVersion instances
in memory only. |
Constructor and Description |
---|
AbstractEncryptionService(String aNamespace,
EncryptionServer aEncryptionServer,
CipherVersionGenerator<CipherVersion> aCipherVersionGenerator)
Constructs the service with the required services and configuration.
|
LoopbackEncryptionServiceImpl(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. |
PublicKeyEncryptionServiceImpl(String aNamespace,
String aPublicKeyPath,
EncryptionServer aEncryptionServer)
Constructs the service with the required services and configuration.
|
PublicKeyEncryptionServiceImpl(String aNamespace,
String aPublicKeyPath,
EncryptionServer aEncryptionServer,
CipherVersionFactory<CipherVersion> aCipherVersionFactory)
Constructs the service with the required services and configuration.
|
PublicKeyEncryptionServiceImpl(String aNamespace,
String aPublicKeyPath,
EncryptionServer aEncryptionServer,
CipherVersionGenerator<CipherVersion> aCipherVersionGenerator)
Constructs the service with the required services and configuration.
|
PublicKeyEncryptionServiceImpl(String aNamespace,
String aPublicKeyPath,
EncryptionServer aEncryptionServer,
CipherVersionGenerator<CipherVersion> aCipherVersionGenerator,
CipherVersionFactory<CipherVersion> aCipherVersionFactory)
Constructs the service with the required services and configuration.
|
Copyright © 2017. All rights reserved.