Interface IDecryptor

All Known Implementing Classes:
AesDecryptor, StandardDecryptor

public interface IDecryptor
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    finish()
     
    byte[]
    update(byte[] b, int off, int len)
     
  • Method Details

    • update

      byte[] update (byte[] b, int off, int len)
    • finish

      byte[] finish()