Interface EncyptionKeyAccessor<S>


public interface EncyptionKeyAccessor<S>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setEncryptionKey(S entity, byte[] encryptionKey)
     
  • Method Details

    • setEncryptionKey

      void setEncryptionKey(S entity, byte[] encryptionKey)
    • getEncryptionKey

      void getEncryptionKey(S entity)