Interface AAAEncryptionService


public interface AAAEncryptionService
A generic encryption/decryption service for encrypting various data in ODL.
Author:
- Sharon Aicler (saichler@gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] encryptedData)
    Decrypt encryptedData using a 2-way decryption mechanism.
    byte[]
    encrypt(byte[] data)
    Encrypt data using a 2-way encryption mechanism.