Type Alias pkcs12::safe_bag::SafeContents

source ·
pub type SafeContents = Vec<SafeBag>;
Expand description

The SafeContents type is defined in [RFC 7292 Section 4.1].

SafeContents ::= SEQUENCE OF SafeBag

Aliased Type§

struct SafeContents { /* private fields */ }