pub(crate) type AesKeyAlgorithm = AesKeyAlgorithm;Aliased Type§
pub(crate) struct AesKeyAlgorithm {
pub parent: KeyAlgorithm,
pub length: u16,
}Fields§
§parent: KeyAlgorithm§length: u16pub(crate) type AesKeyAlgorithm = AesKeyAlgorithm;pub(crate) struct AesKeyAlgorithm {
pub parent: KeyAlgorithm,
pub length: u16,
}parent: KeyAlgorithm§length: u16