Interface EncryptionProvider<T extends ProviderConfig>

    • Method Detail

      • encryption

        EncryptionProvider.EncryptionSupport encryption​(Config config)
        Create encryption support from configuration.
        Parameters:
        config - config located on the node of the specific encryption config node
        Returns:
        encryption support to encrypt/decrypt
      • encryption

        EncryptionProvider.EncryptionSupport encryption​(T providerConfig)
        Create encryption support from configuration object.
        Parameters:
        providerConfig - configuring a specific encryption
        Returns:
        encryption support to encrypt/decrypt