Private
Readonly
keychainReads some protected data.
The keychain must contain one of the keys used to encrypt the data. If none of the keys exists, an Error is returned with the property 'Error.props.missingKeys'. It is array of key ids.
Creates some protected data.
The output Uint8Array contains the PKCS #7 message in DER.
Cryptographic Message Syntax (aka PKCS #7)
CMS describes an encapsulation syntax for data protection. It is used to digitally sign, digest, authenticate, or encrypt arbitrary message content.
See RFC 5652 for all the details.