Expand description
Dealing with Cryptographic Message Syntax (CMS)
Structs§
- Attribute
- X.501
Attributeas defined in RFC 5280 Appendix A.1. - Auth
Enveloped Data Content - Main interaction point for the AuthEnvelopedData content
- Directory
Certificate Store - Directory-based certificate store.
- Enveloped
Data Content - Main interaction point for the EnvelopedData content
- Object
Identifier - Object identifier (OID).
- SetOf
Vec - ASN.1
SET OFbacked by aVec.
Enums§
- CmsVersion
- The
OtherCertificateFormattype is defined in RFC 5652 Section 10.2.5. - Content
Encryption Algorithm - The content encryption algorithm used to encrypt the content
- Content
Encryption Algorithm Aead - Content encryption algorithm for AuthEnvelopedData
- KdfType
- Define the KDF types
- Tag
- ASN.1 tags.
- Wrap
Type - The type of a key wrap
Traits§
- Certificate
Store - Certificate store trait
- Tagged
- Types which have an ASN.1
Tag.
Type Aliases§
- Attribute
Type - X.501
AttributeTypeas defined in RFC 5280 Appendix A.1. - Attribute
Value - X.501
AttributeValueas defined in RFC 5280 Appendix A.1. - User
Keying Material - The
UserKeyingMaterialtype is defined in [RFC 5652 Section 10.2.6].