Struct openssl::x509::extension::AuthorityKeyIdentifier [−][src]
pub struct AuthorityKeyIdentifier { /* fields omitted */ }An extension that provides a means of identifying the public key corresponding to the private key used to sign a CRL.
Methods
impl AuthorityKeyIdentifier[src]
impl AuthorityKeyIdentifierpub fn new() -> AuthorityKeyIdentifier[src]
pub fn new() -> AuthorityKeyIdentifierConstruct a new AuthorityKeyIdentifier extension.
pub fn critical(&mut self) -> &mut AuthorityKeyIdentifier[src]
pub fn critical(&mut self) -> &mut AuthorityKeyIdentifierSets the critical flag to true. The extension will be critical.
pub fn keyid(&mut self, always: bool) -> &mut AuthorityKeyIdentifier[src]
pub fn keyid(&mut self, always: bool) -> &mut AuthorityKeyIdentifierSets the keyid flag.
pub fn issuer(&mut self, always: bool) -> &mut AuthorityKeyIdentifier[src]
pub fn issuer(&mut self, always: bool) -> &mut AuthorityKeyIdentifierSets the issuer flag.
pub fn build(&self, ctx: &X509v3Context) -> Result<X509Extension, ErrorStack>[src]
pub fn build(&self, ctx: &X509v3Context) -> Result<X509Extension, ErrorStack>Return a AuthorityKeyIdentifier extension as an X509Extension.
Auto Trait Implementations
impl Send for AuthorityKeyIdentifier
impl Send for AuthorityKeyIdentifierimpl Sync for AuthorityKeyIdentifier
impl Sync for AuthorityKeyIdentifier