Struct libp2p_websocket::tls::PrivateKey
source · [−]pub struct PrivateKey(_);
Expand description
Private key, DER-encoded ASN.1 in either PKCS#8 or PKCS#1 format.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PrivateKey
impl Send for PrivateKey
impl Sync for PrivateKey
impl Unpin for PrivateKey
impl UnwindSafe for PrivateKey
Blanket Implementations
Mutably borrows from an owned value. Read more