Skip to main content

try_parse_blob

Function try_parse_blob 

Source
pub(crate) fn try_parse_blob(cipher: &Cipher) -> Option<SealedCipherBlob>
Expand description

Returns the parsed SealedCipherBlob if cipher.data holds one. Returns None for legacy ciphers (missing or unparseable data).