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).
pub(crate) fn try_parse_blob(cipher: &Cipher) -> Option<SealedCipherBlob>Returns the parsed SealedCipherBlob if cipher.data holds one. Returns
None for legacy ciphers (missing or unparseable data).