Type Alias cms::signed_data::SignatureValue

source ·
pub type SignatureValue = OctetString;
Expand description

The SignatureValue type is defined in RFC 5652 Section 5.3.

  SignatureValue ::= OCTET STRING

Aliased Type§

struct SignatureValue { /* private fields */ }