Virtual Method
GcrSecretExchangedecrypt_transport_data
Declaration [src]
gboolean
decrypt_transport_data (
  GcrSecretExchange* exchange,
  GckAllocator allocator,
  const guchar* cipher_text,
  gsize n_cipher_text,
  const guchar* parameter,
  gsize n_parameter,
  guchar** plain_text,
  gsize* n_plain_text
)
Parameters
- allocator
- 
            Type: GckAllocatorNo description available. 
- cipher_text
- 
            Type: const guchar*No description available. The data is owned by the caller of the function. 
- n_cipher_text
- 
            Type: gsizeNo description available. 
- parameter
- 
            Type: const guchar*No description available. The data is owned by the caller of the function. 
- n_parameter
- 
            Type: gsizeNo description available. 
- plain_text
- 
            Type: guchar**No description available. The data is owned by the caller of the function. 
- n_plain_text
- 
            Type: gsize*No description available. The data is owned by the caller of the function.