Searched defs:PublicKey (Results 1 – 8 of 8) sorted by relevance
43 pub struct PublicKey { struct55 impl PublicKey { argument145 impl TryFrom<PKey<Public>> for PublicKey { implementation310 pub fn public_key(&self) -> PublicKey { in public_key()
60 pub(crate) fn leaf_public_key(&self) -> &PublicKey { in leaf_public_key()89 root_public_key: PublicKey, in validate()128 pub fn root_public_key(&self) -> &PublicKey { in root_public_key()213 subject_public_key: PublicKey, in new()237 pub fn public_key(&self) -> &PublicKey { in public_key()
47 pub fn subject_public_key(&self) -> &PublicKey { in subject_public_key()
76 root: PublicKey, in from_root_and_entries()106 ) -> Result<(PublicKey, std::vec::IntoIter<Value>)> { in root_and_entries_from_value()
299 ) -> Result<PublicKey> { in validate_subject_public_key()
15 impl PublicKey { impl
120 signer: &PublicKey, in validate_mac_key()
539 pub fn parse_pem_public_key_or_panic(pem: &str) -> PublicKey { in parse_pem_public_key_or_panic()