[][src]Trait sasl::secret::Pbkdf2Secret

pub trait Pbkdf2Secret {
    pub fn salt(&self) -> &[u8];
pub fn iterations(&self) -> u32;
pub fn digest(&self) -> &[u8]; }

Required methods

pub fn salt(&self) -> &[u8][src]

pub fn iterations(&self) -> u32[src]

pub fn digest(&self) -> &[u8][src]

Loading content...

Implementors

impl Pbkdf2Secret for Pbkdf2Sha1[src]

impl Pbkdf2Secret for Pbkdf2Sha256[src]

Loading content...