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 AuthorityKeyIdentifier
pub fn new() -> AuthorityKeyIdentifier
[src]
pub fn new() -> AuthorityKeyIdentifier
Construct a new AuthorityKeyIdentifier
extension.
pub fn critical(&mut self) -> &mut AuthorityKeyIdentifier
[src]
pub fn critical(&mut self) -> &mut AuthorityKeyIdentifier
Sets 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 AuthorityKeyIdentifier
Sets the keyid
flag.
pub fn issuer(&mut self, always: bool) -> &mut AuthorityKeyIdentifier
[src]
pub fn issuer(&mut self, always: bool) -> &mut AuthorityKeyIdentifier
Sets 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 AuthorityKeyIdentifier
impl Sync for AuthorityKeyIdentifier
impl Sync for AuthorityKeyIdentifier