Interface DecryptionProvider

All Known Implementing Classes:
AsymmetricCipher, BaseCipher, SymmetricCipher

public interface DecryptionProvider
Provides Decrypt operation
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decrypt(byte[] cipherText)
    Decrypts input cipher bytes
  • Method Details

    • decrypt

      byte[] decrypt(byte[] cipherText)
      Decrypts input cipher bytes
      Parameters:
      cipherText - as a byte array
      Returns:
      plain text as byte array