pub trait CheckDerConstraints {
    fn check_constraints(any: &Any<'_>) -> Result<()>;
}
Expand description

Verification of DER constraints

Required Methods

Implementations on Foreign Types

Implementors

impl<'ber, 'a> CheckDerConstraints for PolicyMapping<'a> where
    'ber: 'a, 

impl<'ber, 'a> CheckDerConstraints for EcdsaSigValue<'a> where
    'ber: 'a, 

impl<'ber, 'a> CheckDerConstraints for AlgorithmIdentifier<'a> where
    'ber: 'a,