decrypt
Description:
[ CCode ( array_length_pos = 3.66667 ,  array_length_type = "gsize" ) ]
public uint8[] decrypt (Object key, ulong mech_type, uint8[] input, Cancellable? cancellable = null) throws Error
  public uint8[] decrypt (Object key, ulong mech_type, uint8[] input, Cancellable? cancellable = null) throws Error
Decrypt data in a mechanism specific manner.
This call may block for an indefinite period.
Parameters:
| this | The session. | 
| key | The key to decrypt with. | 
| mech_type | The mechanism type to use for decryption. | 
| input | data to decrypt | 
| cancellable | Optional cancellation object, or  | 
| n_input | length of the data to decrypt | 
| n_result | location to store the length of the result data | 
Returns:
| the data that was decrypted, or  |