pub(crate) struct SubjectPubKeyAlgoData(IntegerToOidTable);
Expand description
A struct of data that contains lookup table of integer to OID in
bidirectional way for SubjectPublicKeyAlgorithm
.
Tuple Fields§
§0: IntegerToOidTable
Implementations§
source§impl SubjectPubKeyAlgoData
impl SubjectPubKeyAlgoData
sourcepub(crate) fn get_int_to_oid_table(&self) -> &IntegerToOidTable
pub(crate) fn get_int_to_oid_table(&self) -> &IntegerToOidTable
Get the IntegerToOidTable
Auto Trait Implementations§
impl Freeze for SubjectPubKeyAlgoData
impl RefUnwindSafe for SubjectPubKeyAlgoData
impl Send for SubjectPubKeyAlgoData
impl Sync for SubjectPubKeyAlgoData
impl Unpin for SubjectPubKeyAlgoData
impl UnwindSafe for SubjectPubKeyAlgoData
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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