[−][src]Trait libp2prs_core::secure_io::SecureInfo
SecureInfo provides the underlying secure information of a secure connection.
The connection upgraded by secure stream, e.g. SecIo, must implement this trait.
Required methods
pub fn local_peer(&self) -> PeerId[src]
pub fn remote_peer(&self) -> PeerId[src]
pub fn local_priv_key(&self) -> Keypair[src]
pub fn remote_pub_key(&self) -> PublicKey[src]
Implementors
impl<A, B> SecureInfo for EitherOutput<A, B> where
A: SecureInfo,
B: SecureInfo, [src]
A: SecureInfo,
B: SecureInfo,