Struct ring::pkcs8::PublicKeyOptions
source · pub(crate) struct PublicKeyOptions {
pub accept_legacy_ed25519_public_key_tag: bool,
}
Fields§
§accept_legacy_ed25519_public_key_tag: bool
Should the wrong public key ASN.1 tagging used by early implementations of PKCS#8 v2 (including earlier versions of ring) be accepted?
Auto Trait Implementations§
impl Freeze for PublicKeyOptions
impl RefUnwindSafe for PublicKeyOptions
impl Send for PublicKeyOptions
impl Sync for PublicKeyOptions
impl Unpin for PublicKeyOptions
impl UnwindSafe for PublicKeyOptions
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