pub fn verify_signed_mso(
cose_bytes: &[u8],
verifier: &dyn Verifier,
) -> Result<MobileSecurityObject>Expand description
Verify a COSE_Sign1-signed MSO.
Decodes the COSE_Sign1 envelope, verifies the signature, extracts and returns the MSO.
pub fn verify_signed_mso(
cose_bytes: &[u8],
verifier: &dyn Verifier,
) -> Result<MobileSecurityObject>Verify a COSE_Sign1-signed MSO.
Decodes the COSE_Sign1 envelope, verifies the signature, extracts and returns the MSO.