Struct openssl::asn1::Asn1Type [−][src]
pub struct Asn1Type(_);
The type of an ASN.1 value.
Implementations
impl Asn1Type
[src]
impl Asn1Type
[src]pub const EOC: Asn1Type
[src]
pub const BOOLEAN: Asn1Type
[src]
pub const INTEGER: Asn1Type
[src]
pub const BIT_STRING: Asn1Type
[src]
pub const OCTET_STRING: Asn1Type
[src]
pub const NULL: Asn1Type
[src]
pub const OBJECT: Asn1Type
[src]
pub const OBJECT_DESCRIPTOR: Asn1Type
[src]
pub const EXTERNAL: Asn1Type
[src]
pub const REAL: Asn1Type
[src]
pub const ENUMERATED: Asn1Type
[src]
pub const UTF8STRING: Asn1Type
[src]
pub const SEQUENCE: Asn1Type
[src]
pub const SET: Asn1Type
[src]
pub const NUMERICSTRING: Asn1Type
[src]
pub const PRINTABLESTRING: Asn1Type
[src]
pub const T61STRING: Asn1Type
[src]
pub const TELETEXSTRING: Asn1Type
[src]
pub const VIDEOTEXSTRING: Asn1Type
[src]
pub const IA5STRING: Asn1Type
[src]
pub const UTCTIME: Asn1Type
[src]
pub const GENERALIZEDTIME: Asn1Type
[src]
pub const GRAPHICSTRING: Asn1Type
[src]
pub const ISO64STRING: Asn1Type
[src]
pub const VISIBLESTRING: Asn1Type
[src]
pub const GENERALSTRING: Asn1Type
[src]
pub const UNIVERSALSTRING: Asn1Type
[src]
pub const BMPSTRING: Asn1Type
[src]
pub fn from_raw(value: c_int) -> Self
[src]
Constructs an Asn1Type
from a raw OpenSSL value.
pub fn as_raw(&self) -> c_int
[src]
Returns the raw OpenSSL value represented by this type.