pub type AcmeProtectedHeader<'k> = ProtectedHeader<&'k AccountKeyIdentifier>;Expand description
A protected header which uses AccountKeyIdentifier as the key identifier.
Aliased Typeยง
pub struct AcmeProtectedHeader<'k> { /* private fields */ }pub type AcmeProtectedHeader<'k> = ProtectedHeader<&'k AccountKeyIdentifier>;A protected header which uses AccountKeyIdentifier as the key identifier.
pub struct AcmeProtectedHeader<'k> { /* private fields */ }