Struct openssl::x509::X509StoreContext
[−]
[src]
pub struct X509StoreContext { // some fields omitted }
pub struct X509StoreContext { // some fields omitted }
impl X509StoreContext
[src]fn new(ctx: *mut X509_STORE_CTX) -> X509StoreContext
fn error(&self) -> Option<X509ValidationError>
fn current_cert<'a>(&'a self) -> Option<X509Ref<'a>>
fn error_depth(&self) -> u32