Interface AAAEncryptionService

All Known Implementing Classes:
AAAEncryptionServiceImpl

public interface AAAEncryptionService
A generic encryption/decryption service for encrypting various data in ODL.
Author:
- Sharon Aicler ([email protected])
  • 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.