Class CryptoProviderBuilderImpl

java.lang.Object
dev.orne.config.impl.CryptoProviderBuilderImpl
All Implemented Interfaces:
CryptoProviderBuilder, CryptoProviderEngineBuilder, CryptoProviderKeyBuilder

@API(status=INTERNAL, since="1.0") public class CryptoProviderBuilderImpl extends Object implements CryptoProviderEngineBuilder, CryptoProviderKeyBuilder, CryptoProviderBuilder
Implementation of configuration values cryptography transformations provider builder.
Since:
1.0
Version:
1.0, 2025-05
Author:
(w) Iker Hernaez
See Also:
  • Constructor Details

    • CryptoProviderBuilderImpl

      public CryptoProviderBuilderImpl()
      Empty constructor.
    • CryptoProviderBuilderImpl

      public CryptoProviderBuilderImpl(CryptoProviderBuilderImpl copy)
      Copy constructor.
      Parameters:
      copy - The instance to copy.
    • CryptoProviderBuilderImpl

      public CryptoProviderBuilderImpl(CryptoProviderOptions options)
      Copy constructor.
      Parameters:
      options - The cryptography transformations provider options to copy.
  • Method Details