Enum dns_message_parser::rr::AlgorithmType [−][src]
#[repr(u8)]
pub enum AlgorithmType {
Show 17 variants
Reserved,
RsaMd5,
DiffiHellman,
DsaSha1,
EllipticCurve,
RsaSha1,
DsaNsec3,
RsaSha1Nsec3Sha1,
RsaSha256,
GostR,
EcDsaP256,
EcDsaP386,
Ed25519,
Ed448,
Indirect,
PrivateDns,
PrivateOid,
}Expand description
https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AlgorithmType
impl Send for AlgorithmType
impl Sync for AlgorithmType
impl Unpin for AlgorithmType
impl UnwindSafe for AlgorithmType
Blanket Implementations
Mutably borrows from an owned value. Read more