Unwrap a key from a byte stream.
This call may block for an indefinite period.
this |
The session to use. |
wrapper |
The key to use for unwrapping. |
mech_type |
The mechanism to use for unwrapping. |
input |
the wrapped data as a byte stream |
attrs |
Additional attributes for the unwrapped key. |
cancellable |
Optional cancellation object, or null. |
n_input |
The length of the wrapped data. |
the new unwrapped key or null if the operation failed |