pub trait CheckDeprecated {
fn check_deprecated(&self) -> Result<()>;
}
Expand description
Checks if any part of the key template is deprecated by PSA Crypto API
Required Methods
sourcefn check_deprecated(&self) -> Result<()>
fn check_deprecated(&self) -> Result<()>
Return Error with status ResponseStatus::DeprecatedPrimitive if any part of the key template is deprecated by PSA Crypto API