pub fn unseal(
    key_policy: Keypolicy,
    context: &[u8],
    ciphertext: &[u8]
) -> Option<Vec<u8>>
Expand description

Unseal a previously sealed secret to the enclave.

The context field is a domain separation tag.

§Panics

All parsing and authentication errors of the ciphertext are fatal and will result in a panic.