Struct tss_esapi::structures::SymmetricCipherParameters
source · pub struct SymmetricCipherParameters { /* private fields */ }Expand description
Implementations§
source§impl SymmetricCipherParameters
impl SymmetricCipherParameters
sourcepub const fn new(
symmetric_definition_object: SymmetricDefinitionObject
) -> SymmetricCipherParameters
pub const fn new(
symmetric_definition_object: SymmetricDefinitionObject
) -> SymmetricCipherParameters
Creates a new SymmetricDefinitionObject
Trait Implementations§
source§impl Clone for SymmetricCipherParameters
impl Clone for SymmetricCipherParameters
source§fn clone(&self) -> SymmetricCipherParameters
fn clone(&self) -> SymmetricCipherParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SymmetricCipherParameters
impl Debug for SymmetricCipherParameters
source§impl From<SymmetricCipherParameters> for TPMS_SYMCIPHER_PARMS
impl From<SymmetricCipherParameters> for TPMS_SYMCIPHER_PARMS
source§fn from(
symmetric_cipher_parameters: SymmetricCipherParameters
) -> TPMS_SYMCIPHER_PARMS
fn from(
symmetric_cipher_parameters: SymmetricCipherParameters
) -> TPMS_SYMCIPHER_PARMS
Converts to this type from the input type.
source§impl PartialEq<SymmetricCipherParameters> for SymmetricCipherParameters
impl PartialEq<SymmetricCipherParameters> for SymmetricCipherParameters
source§fn eq(&self, other: &SymmetricCipherParameters) -> bool
fn eq(&self, other: &SymmetricCipherParameters) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Cipher> for SymmetricCipherParameters
impl TryFrom<Cipher> for SymmetricCipherParameters
source§impl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters
impl TryFrom<TPMS_SYMCIPHER_PARMS> for SymmetricCipherParameters
source§fn try_from(
tpms_symcipher_params: TPMS_SYMCIPHER_PARMS
) -> Result<SymmetricCipherParameters>
fn try_from(
tpms_symcipher_params: TPMS_SYMCIPHER_PARMS
) -> Result<SymmetricCipherParameters>
Performs the conversion.