Trait openssl::pkey::HasPublic

source ·
pub unsafe trait HasPublic { }
Expand description

A trait indicating that a key has public components.

Implementors§

source§

impl HasPublic for Public

source§

impl<T> HasPublic for T
where T: HasPrivate,