pub struct UintRef<'a> { /* private fields */ }Expand description
Unsigned arbitrary precision ASN.1 INTEGER reference type.
Provides direct access to the underlying big endian bytes which comprise an unsigned integer value.
Intended for use cases like very large integers that are used in cryptographic applications (e.g. keys, signatures).
Implementations§
Trait Implementations§
Source§impl<'a> DecodeValue<'a> for UintRef<'a>
impl<'a> DecodeValue<'a> for UintRef<'a>
Source§impl EncodeValue for UintRef<'_>
impl EncodeValue for UintRef<'_>
Source§impl<'a> Ord for UintRef<'a>
impl<'a> Ord for UintRef<'a>
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialEq for UintRef<'a>
impl<'a> PartialEq for UintRef<'a>
Source§impl<'a> PartialOrd for UintRef<'a>
impl<'a> PartialOrd for UintRef<'a>
Source§impl<'a> RefToOwned<'a> for UintRef<'a>
impl<'a> RefToOwned<'a> for UintRef<'a>
Source§impl<'__der: 'a, 'a> TryFrom<&'__der Any> for UintRef<'a>
Available on crate feature alloc only.
impl<'__der: 'a, 'a> TryFrom<&'__der Any> for UintRef<'a>
Available on crate feature
alloc only.impl<'a> Copy for UintRef<'a>
impl<'a> Eq for UintRef<'a>
impl<'a> StructuralPartialEq for UintRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for UintRef<'a>
impl<'a> RefUnwindSafe for UintRef<'a>
impl<'a> Send for UintRef<'a>
impl<'a> Sync for UintRef<'a>
impl<'a> Unpin for UintRef<'a>
impl<'a> UnsafeUnpin for UintRef<'a>
impl<'a> UnwindSafe for UintRef<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> Decode<'a> for Twhere
T: DecodeValue<'a> + FixedTag + 'a,
impl<'a, T> Decode<'a> for Twhere
T: DecodeValue<'a> + FixedTag + 'a,
Source§type Error = <T as DecodeValue<'a>>::Error
type Error = <T as DecodeValue<'a>>::Error
Type returned in the event of a decoding error.
Source§fn decode<R>(reader: &mut R) -> Result<T, <T as DecodeValue<'a>>::Error>where
R: Reader<'a>,
fn decode<R>(reader: &mut R) -> Result<T, <T as DecodeValue<'a>>::Error>where
R: Reader<'a>,
Attempt to decode this TLV message using the provided decoder. Read more
Source§impl<T> Encode for T
impl<T> Encode for T
Source§fn encoded_len(&self) -> Result<Length, Error>
fn encoded_len(&self) -> Result<Length, Error>
Compute the length of this TLV object in bytes when encoded as ASN.1 DER. Read more
Source§fn encode_to_slice<'a>(&self, buf: &'a mut [u8]) -> Result<&'a [u8]>
fn encode_to_slice<'a>(&self, buf: &'a mut [u8]) -> Result<&'a [u8]>
Encode this TLV object to the provided byte slice, returning a sub-slice
containing the encoded message. Read more
Source§impl<T> IsConstructed for T
impl<T> IsConstructed for T
Source§const CONSTRUCTED: bool = const CONSTRUCTED: bool = T::TAG.is_constructed();
const CONSTRUCTED: bool = const CONSTRUCTED: bool = T::TAG.is_constructed();
ASN.1 constructed bit