Struct openssl::asn1::Asn1IntegerRef []

pub struct Asn1IntegerRef(_);

Reference to Asn1Integer

Methods

impl Asn1IntegerRef
[src]

[src]

Deprecated since 0.10.6

: use to_bn instead

[src]

Converts the integer to a BigNum.

This corresponds to ASN1_INTEGER_to_BN.

[src]

Sets the ASN.1 value to the value of a signed 32-bit integer, for larger numbers see bn.

OpenSSL documentation at ASN1_INTEGER_set

Trait Implementations

impl Borrow<Asn1IntegerRef> for Asn1Integer

Immutably borrows from an owned value. Read more

impl AsRef<Asn1IntegerRef> for Asn1Integer

Performs the conversion.

impl ForeignTypeRef for Asn1IntegerRef

The raw C type.

Important traits for &'a mut W
[src]

Constructs a shared instance of this type from its raw type.

Important traits for &'a mut W
[src]

Constructs a mutable reference of this type from its raw type.

[src]

Returns a raw pointer to the wrapped value.

impl Send for Asn1IntegerRef
[src]

impl Sync for Asn1IntegerRef
[src]