Searched refs:from_public_key (Results 1 – 8 of 8) sorted by relevance
63 let eckey = EcKey::from_public_key(&ecgroup, &ecpoint)?; in from_sec1_bytes()
157 EcKey::from_public_key(group, x.public_key()) in get_public_key()
792 pub fn from_public_key( in from_public_key() method1183 let ec_key = EcKey::from_public_key(&group, &public_key).unwrap(); in key_from_public_key()
396 x509.SubjectKeyIdentifier.from_public_key(pubkey),
1563 ski = x509.SubjectKeyIdentifier.from_public_key(cert.public_key())1578 ski = x509.SubjectKeyIdentifier.from_public_key(cert.public_key())1628 ski = x509.SubjectKeyIdentifier.from_public_key(cert.public_key())1646 ski = x509.SubjectKeyIdentifier.from_public_key(cert.public_key())1664 ski = x509.SubjectKeyIdentifier.from_public_key(cert.public_key())
4215 ski = x509.SubjectKeyIdentifier.from_public_key(
273 def from_public_key(cls, public_key): member in SubjectKeyIdentifier
1954 .. classmethod:: from_public_key(public_key)1975 >>> x509.SubjectKeyIdentifier.from_public_key(csr.public_key())