Struct openssl::pkey::Id [−][src]
pub struct Id(_);
An identifier of a kind of key.
Implementations
impl Id
[src]
impl Id
[src]pub const RSA: Id
[src]
pub const HMAC: Id
[src]
pub const DSA: Id
[src]
pub const DH: Id
[src]
pub const EC: Id
[src]
pub const ED25519: Id
[src]
pub const ED448: Id
[src]
pub const X25519: Id
[src]
pub const X448: Id
[src]
pub fn from_raw(value: c_int) -> Id
[src]
Creates a Id
from an integer representation.
pub fn as_raw(&self) -> c_int
[src]
Returns the integer representation of the Id
.