Home
last modified time | relevance | path

Searched defs:CoseKeySet (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/key/
Dmod.rs46 pub struct CoseKeySet(pub Vec<CoseKey>); struct
48 impl crate::CborSerializable for CoseKeySet {} implementation
50 impl AsCborValue for CoseKeySet { implementation