decryptToRecipient(recipient) then verify(sender), the reference's unseal: verify checks the signature and unwraps the layer sign added, as decryptToRecipient unwrapped the one encryptToRecipient added.
decryptToRecipient(recipient)
verify(sender)
unseal
verify
sign
decryptToRecipient
encryptToRecipient
decryptToRecipient(recipient)thenverify(sender), the reference'sunseal:verifychecks the signature and unwraps the layersignadded, asdecryptToRecipientunwrapped the oneencryptToRecipientadded.