[−][src]Enum rcgen::RcgenError
The error type of the rcgen crate
Variants
The given certificate couldn't be parsed
The given key pair couldn't be parsed
There is no support for generating keys for the given algorithm
The requested signature algorithm is not supported
Unspecified ring error
The provided certificate's signature algorithm is incompatible with the given key pair
Time conversion related errors
PemError(PemError)
Error from the pem crate
Trait Implementations
impl Eq for RcgenError
[src]
impl PartialEq<RcgenError> for RcgenError
[src]
fn eq(&self, other: &RcgenError) -> bool
[src]
fn ne(&self, other: &RcgenError) -> bool
[src]
impl From<Unspecified> for RcgenError
[src]
fn from(_unspecified: Unspecified) -> Self
[src]
impl From<PemError> for RcgenError
[src]
impl Debug for RcgenError
[src]
impl Display for RcgenError
[src]
impl Error for RcgenError
[src]
Auto Trait Implementations
impl Send for RcgenError
impl Unpin for RcgenError
impl Sync for RcgenError
impl UnwindSafe for RcgenError
impl RefUnwindSafe for RcgenError
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> AsFail for T where
T: Fail,
T: Fail,
fn as_fail(&self) -> &(dyn Fail + 'static)
impl<E> Fail for E where
E: 'static + Error + Send + Sync,
E: 'static + Error + Send + Sync,