x509_certificate::rfc5958

Type Alias PrivateKey

Source
pub type PrivateKey = OctetString;
Expand description

Private key data.

This is actually an EcPrivateKey stored as an OctetString.

Aliased Typeยง

struct PrivateKey(/* private fields */);