Type Definition pkcs5::AlgorithmIdentifierRef

source ·
pub type AlgorithmIdentifierRef<'a> = AlgorithmIdentifier<AnyRef<'a>>;
Expand description

AlgorithmIdentifier reference which has AnyRef parameters.

Trait Implementations§

source§

impl<'a> From<Pbkdf2Prf> for AlgorithmIdentifierRef<'a>

source§

fn from(prf: Pbkdf2Prf) -> Self

Converts to this type from the input type.
source§

impl<'a> TryFrom<EncryptionScheme<'a>> for AlgorithmIdentifierRef<'a>

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(scheme: EncryptionScheme<'a>) -> Result<Self>

Performs the conversion.