Interface DataEncryptor


public interface DataEncryptor
Encrypts data using the DEK (data encryption key) of a current SCP session.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    encrypt(byte[] data)
     
  • Method Details

    • encrypt

      byte[] encrypt(byte[] data)