Type Alias x509_certificate::rfc5958::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 */);