Enum p12::AlgorithmIdentifier [−][src]
pub enum AlgorithmIdentifier {
Sha1,
PbewithSHAAnd40BitRC2CBC(Pkcs12PbeParams),
PbeWithSHAAnd3KeyTripleDESCBC(Pkcs12PbeParams),
OtherAlg(OtherAlgorithmIdentifier),
}Variants
PbewithSHAAnd40BitRC2CBC(Pkcs12PbeParams)Tuple Fields of PbewithSHAAnd40BitRC2CBC
PbeWithSHAAnd3KeyTripleDESCBC(Pkcs12PbeParams)Tuple Fields of PbeWithSHAAnd3KeyTripleDESCBC
OtherAlg(OtherAlgorithmIdentifier)Tuple Fields of OtherAlg
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AlgorithmIdentifier
impl Send for AlgorithmIdentifier
impl Sync for AlgorithmIdentifier
impl Unpin for AlgorithmIdentifier
impl UnwindSafe for AlgorithmIdentifier
Blanket Implementations
Mutably borrows from an owned value. Read more