pub struct Pkcs8V1Der<'a>(/* private fields */);
Expand description
Serialized bytes
Trait Implementations§
Source§impl AsDer<Pkcs8V1Der<'static>> for Ed25519KeyPair
impl AsDer<Pkcs8V1Der<'static>> for Ed25519KeyPair
Source§fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
Serializes this Ed25519KeyPair
into a PKCS#8 v1 document.
§Errors
error::Unspecified
on internal error.
Source§impl AsDer<Pkcs8V1Der<'static>> for KeyPair
impl AsDer<Pkcs8V1Der<'static>> for KeyPair
Source§fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
Serializes into a DER format. Read more
Source§impl AsDer<Pkcs8V1Der<'static>> for PrivateDecryptingKey
impl AsDer<Pkcs8V1Der<'static>> for PrivateDecryptingKey
Source§fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
fn as_der(&self) -> Result<Pkcs8V1Der<'static>, Unspecified>
Serializes into a DER format. Read more
Source§impl Debug for Pkcs8V1Der<'_>
impl Debug for Pkcs8V1Der<'_>
Auto Trait Implementations§
impl<'a> Freeze for Pkcs8V1Der<'a>
impl<'a> RefUnwindSafe for Pkcs8V1Der<'a>
impl<'a> Send for Pkcs8V1Der<'a>
impl<'a> Sync for Pkcs8V1Der<'a>
impl<'a> Unpin for Pkcs8V1Der<'a>
impl<'a> UnwindSafe for Pkcs8V1Der<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more