pub type MessageAuthenticationCode = OctetString;
Expand description

The MessageAuthenticationCode type is defined in RFC 5652 Section 9.1.

  MessageAuthenticationCode ::= OCTET STRING

Aliased Type§

struct MessageAuthenticationCode { /* private fields */ }