[−][src]Struct ipsec_parser::CertificateEncoding
Certificate Encoding
Defined in RFC7296 section 3.6
Methods
impl CertificateEncoding
[src]
pub const Pkcs7_X509: CertificateEncoding
[src]
PKCS #7 wrapped X.509 certificate
pub const PgpCert: CertificateEncoding
[src]
PGP Certificate
pub const DnsKey: CertificateEncoding
[src]
DNS Signed Key
pub const X509Sig: CertificateEncoding
[src]
X.509 Certificate - Signature
pub const Kerberos: CertificateEncoding
[src]
Kerberos Token
pub const Crl: CertificateEncoding
[src]
Certificate Revocation List (CRL)
pub const Arl: CertificateEncoding
[src]
Authority Revocation List (ARL)
pub const SpkiCert: CertificateEncoding
[src]
SPKI Certificate
pub const X509CertAttr: CertificateEncoding
[src]
X.509 Certificate - Attribute
pub const OldRsaKey: CertificateEncoding
[src]
Deprecated (was Raw RSA Key)
pub const X509Cert_HashUrl: CertificateEncoding
[src]
Hash and URL of X.509 certificate
pub const X509Bundle_HashUrl: CertificateEncoding
[src]
Hash and URL of X.509 bundle
pub const OCSPContent: CertificateEncoding
[src]
OCSP Content (RFC4806)
pub const RawPublicKey: CertificateEncoding
[src]
Raw Public Key (RFC7670)
Trait Implementations
impl Clone for CertificateEncoding
[src]
fn clone(&self) -> CertificateEncoding
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq<CertificateEncoding> for CertificateEncoding
[src]
fn eq(&self, other: &CertificateEncoding) -> bool
[src]
fn ne(&self, other: &CertificateEncoding) -> bool
[src]
impl Copy for CertificateEncoding
[src]
impl Eq for CertificateEncoding
[src]
impl Debug for CertificateEncoding
[src]
Auto Trait Implementations
impl Sync for CertificateEncoding
impl Send for CertificateEncoding
impl Unpin for CertificateEncoding
impl RefUnwindSafe for CertificateEncoding
impl UnwindSafe for CertificateEncoding
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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,