Enum trust_dns_proto::rr::rdata::sshfp::FingerprintType
source · pub enum FingerprintType {
Reserved,
SHA1,
SHA256,
Unassigned(u8),
}
Expand description
3.1.2. Fingerprint Type Specification
The fingerprint type octet describes the message-digest algorithm
used to calculate the fingerprint of the public key. The following
values are assigned:
Value Fingerprint type
----- ----------------
0 reserved
1 SHA-1
Reserving other types requires IETF consensus [4].
For interoperability reasons, as few fingerprint types as possible
should be reserved. The only reason to reserve additional types is
to increase security.
The fingerprint type values have been updated in RFC 6594.
Variants§
Trait Implementations§
source§impl Clone for FingerprintType
impl Clone for FingerprintType
source§fn clone(&self) -> FingerprintType
fn clone(&self) -> FingerprintType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FingerprintType
impl Debug for FingerprintType
source§impl From<FingerprintType> for u8
impl From<FingerprintType> for u8
source§fn from(fingerprint_type: FingerprintType) -> Self
fn from(fingerprint_type: FingerprintType) -> Self
Converts to this type from the input type.
source§impl From<u8> for FingerprintType
impl From<u8> for FingerprintType
source§impl Hash for FingerprintType
impl Hash for FingerprintType
source§impl PartialEq for FingerprintType
impl PartialEq for FingerprintType
source§fn eq(&self, other: &FingerprintType) -> bool
fn eq(&self, other: &FingerprintType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FingerprintType
impl Eq for FingerprintType
impl StructuralPartialEq for FingerprintType
Auto Trait Implementations§
impl Freeze for FingerprintType
impl RefUnwindSafe for FingerprintType
impl Send for FingerprintType
impl Sync for FingerprintType
impl Unpin for FingerprintType
impl UnwindSafe for FingerprintType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)