Class DefaultConfigCryptoProvider

java.lang.Object
dev.orne.config.impl.AbstractConfigCryptoProvider
dev.orne.config.impl.DefaultConfigCryptoProvider
All Implemented Interfaces:
ConfigCryptoProvider

@API(status=STABLE, since="1.0") public class DefaultConfigCryptoProvider extends AbstractConfigCryptoProvider
Default implementation of ConfigCryptoProvider based on ConfigCryptoEngine with synchronized Cipher.
Since:
0.2
Version:
1.0, 2020-08
Author:
(w) Iker Hernaez
See Also:
  • Constructor Details

    • DefaultConfigCryptoProvider

      @API(status=INTERNAL, since="1.0") public DefaultConfigCryptoProvider(CryptoProviderOptions options)
      Creates a new instance with specified builder configuration options.
      Parameters:
      options - The configured builder options.
  • Method Details