pub enum DigestAlgorithmEnum {
Variant2000Slash09SlashXmldsigHashSha1,
Variant2001Slash04SlashXmlencHashSha256,
Variant2001Slash04SlashXmldsigMoreHashSha384,
Variant2001Slash04SlashXmlencHashSha512,
}
Expand description
DigestAlgorithmEnum : * http://www.w3.org/2000/09/xmldsig#sha1
- SHA1 * http://www.w3.org/2001/04/xmlenc#sha256
- SHA256 * http://www.w3.org/2001/04/xmldsig-more#sha384
- SHA384 * http://www.w3.org/2001/04/xmlenc#sha512
- SHA512
http://www.w3.org/2000/09/xmldsig#sha1
- SHA1 *http://www.w3.org/2001/04/xmlenc#sha256
- SHA256 *http://www.w3.org/2001/04/xmldsig-more#sha384
- SHA384 *http://www.w3.org/2001/04/xmlenc#sha512
- SHA512
Variants§
Variant2000Slash09SlashXmldsigHashSha1
Variant2001Slash04SlashXmlencHashSha256
Variant2001Slash04SlashXmldsigMoreHashSha384
Variant2001Slash04SlashXmlencHashSha512
Trait Implementations§
Source§impl Clone for DigestAlgorithmEnum
impl Clone for DigestAlgorithmEnum
Source§fn clone(&self) -> DigestAlgorithmEnum
fn clone(&self) -> DigestAlgorithmEnum
Returns a duplicate 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 DigestAlgorithmEnum
impl Debug for DigestAlgorithmEnum
Source§impl Default for DigestAlgorithmEnum
impl Default for DigestAlgorithmEnum
Source§fn default() -> DigestAlgorithmEnum
fn default() -> DigestAlgorithmEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DigestAlgorithmEnum
impl<'de> Deserialize<'de> for DigestAlgorithmEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DigestAlgorithmEnum
impl Hash for DigestAlgorithmEnum
Source§impl Ord for DigestAlgorithmEnum
impl Ord for DigestAlgorithmEnum
Source§fn cmp(&self, other: &DigestAlgorithmEnum) -> Ordering
fn cmp(&self, other: &DigestAlgorithmEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DigestAlgorithmEnum
impl PartialEq for DigestAlgorithmEnum
Source§impl PartialOrd for DigestAlgorithmEnum
impl PartialOrd for DigestAlgorithmEnum
Source§impl Serialize for DigestAlgorithmEnum
impl Serialize for DigestAlgorithmEnum
Source§impl ToString for DigestAlgorithmEnum
impl ToString for DigestAlgorithmEnum
impl Copy for DigestAlgorithmEnum
impl Eq for DigestAlgorithmEnum
impl StructuralPartialEq for DigestAlgorithmEnum
Auto Trait Implementations§
impl Freeze for DigestAlgorithmEnum
impl RefUnwindSafe for DigestAlgorithmEnum
impl Send for DigestAlgorithmEnum
impl Sync for DigestAlgorithmEnum
impl Unpin for DigestAlgorithmEnum
impl UnwindSafe for DigestAlgorithmEnum
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.