[−][src]Struct ipsec_parser::CertificateEncoding
Certificate Encoding
Defined in RFC7296 section 3.6
Methods
impl CertificateEncoding[src]
impl CertificateEncodingpub 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 PartialEq<CertificateEncoding> for CertificateEncoding[src]
impl PartialEq<CertificateEncoding> for CertificateEncodingfn eq(&self, other: &CertificateEncoding) -> bool | [src] |
fn ne(&self, other: &CertificateEncoding) -> bool | [src] |
impl Eq for CertificateEncoding[src]
impl Eq for CertificateEncodingimpl Clone for CertificateEncoding[src]
impl Clone for CertificateEncodingfn clone(&self) -> CertificateEncoding | [src] |
fn clone_from(&mut self, source: &Self) | 1.0.0 [src] |
Performs copy-assignment from source. Read more
impl Copy for CertificateEncoding[src]
impl Copy for CertificateEncodingimpl Debug for CertificateEncoding[src]
impl Debug for CertificateEncodingAuto Trait Implementations
impl Send for CertificateEncoding
impl Send for CertificateEncodingimpl Sync for CertificateEncoding
impl Sync for CertificateEncodingBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)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> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)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 for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |