Struct tor_cert::rsa::RsaCrosscert [−][src]
pub struct RsaCrosscert { /* fields omitted */ }Expand description
A RSA->Ed25519 cross-certificate
This kind of certificate is used in the channel handshake to prove that the Ed25519 identity key speaks on behalf of the RSA identity key.
(There is no converse type for certifying Ed25519 identity keys with RSA identity keys, since the RSA identity keys are too weak to trust.)
Implementations
Return the time at which this certificate becomes expired
Return true if the subject key in this certificate matches other