Interface EncryptionKeyProvider

    • Method Detail

      • setEncryptionKey

        void setEncryptionKey​(String name,
                              byte[] key)
      • setDecryptionKey

        void setDecryptionKey​(String name,
                              byte[] key)
      • getEncryptionKey

        byte[] getEncryptionKey​(String name)
      • getDecryptionKey

        byte[] getDecryptionKey​(String name)