Struct openssl::x509::X509StoreContext [−][src]
pub struct X509StoreContext { /* fields omitted */ }
Methods
impl X509StoreContext
[src]
impl X509StoreContext
pub fn new(ctx: *mut X509_STORE_CTX) -> X509StoreContext
[src]
pub fn new(ctx: *mut X509_STORE_CTX) -> X509StoreContext
pub fn get_error(&self) -> Option<X509ValidationError>
[src]
pub fn get_error(&self) -> Option<X509ValidationError>
pub fn get_current_cert<'a>(&'a self) -> Option<X509<'a>>
[src]
pub fn get_current_cert<'a>(&'a self) -> Option<X509<'a>>
pub fn error_depth(&self) -> u32
[src]
pub fn error_depth(&self) -> u32
Auto Trait Implementations
impl !Send for X509StoreContext
impl !Send for X509StoreContext
impl !Sync for X509StoreContext
impl !Sync for X509StoreContext