Struct tor_cert::KeyUnknownCert
source ·
[−]pub struct KeyUnknownCert { /* fields omitted */ }Expand description
A parsed Ed25519 certificate. Maybe it includes its signing key; maybe it doesn’t.
Implementations
Return the certificate type of the underling cert.
Return subject key of the underlying cert.
Check whether a given pkey is (or might be) a key that has correctly signed this certificate.
On success, we can check whether the certificate is well-signed; otherwise, we can’t check the certificate.
