Type Alias cms::signed_data::SignedAttributes

source ·
pub type SignedAttributes = Attributes;
Expand description

The SignerInfo type is defined in RFC 5652 Section 5.3.

SignedAttributes ::= SET SIZE (1..MAX) OF Attribute

Aliased Type§

struct SignedAttributes { /* private fields */ }