[−][src]Struct tink_proto::EcdsaPrivateKey
key_type: type.googleapis.com/google.crypto.tink.EcdsaPrivateKey
Fields
version: u32
Required.
public_key: Option<EcdsaPublicKey>
Required.
key_value: Vec<u8>
Unsigned big integer in bigendian representation. Required.
Trait Implementations
impl Clone for EcdsaPrivateKey
[src][+]
impl Debug for EcdsaPrivateKey
[src][+]
impl Default for EcdsaPrivateKey
[src][+]
impl Message for EcdsaPrivateKey
[src][+]
impl PartialEq<EcdsaPrivateKey> for EcdsaPrivateKey
[src][+]
impl StructuralPartialEq for EcdsaPrivateKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for EcdsaPrivateKey
impl Send for EcdsaPrivateKey
impl Sync for EcdsaPrivateKey
impl Unpin for EcdsaPrivateKey
impl UnwindSafe for EcdsaPrivateKey
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,