logo

Crate pkcs7

source · []
Expand description

RustCrypto: PKCS#7 (Cryptographic Messages)

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #7: Cryptographic Message Syntax v1.5 (RFC 5652 and RFC 8933).

Documentation

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Modules

data content type RFC 5652 § 4

encrypted-data content type RFC 5652 § 8

enveloped-data content type RFC 5652 § 6

Enums

Content exchanged between entities RFC 5652 § 3

Indicates the type of content.

Constants

pkcs-7 data Object Identifier (OID).

pkcs-7 digestedData Object Identifier (OID).

pkcs-7 encryptedData Object Identifier (OID).

pkcs-7 signedData Object Identifier (OID).

pkcs-7 Object Identifier (OID).

pkcs-7 signedAndEnvelopedData Object Identifier (OID).

pkcs-7 signedData Object Identifier (OID).