Interface DecryptionProvider

    • Method Detail

      • decrypt

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