Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/spki/src/
Dspki.rs28 pub type SubjectPublicKeyInfoOwned = SubjectPublicKeyInfo<Any, BitString>; typedef
197 impl OwnedToRef for SubjectPublicKeyInfoOwned { implementation
207 impl SubjectPublicKeyInfoOwned { implementation
/external/rust/android-crates-io/crates/x509-cert/src/
Dbuilder.rs275 subject_public_key_info: SubjectPublicKeyInfoOwned, in new()