[−][src]Struct tink_proto::RsaSsaPkcs1PublicKey
key_type: type.googleapis.com/google.crypto.tink.RsaSsaPkcs1PublicKey
Fields
version: u32
Required.
params: Option<RsaSsaPkcs1Params>
Required.
n: Vec<u8>
Modulus. Unsigned big integer in bigendian representation.
e: Vec<u8>
Public exponent. Unsigned big integer in bigendian representation.
Trait Implementations
impl Clone for RsaSsaPkcs1PublicKey
[src][+]
impl Debug for RsaSsaPkcs1PublicKey
[src][+]
impl Default for RsaSsaPkcs1PublicKey
[src][+]
impl Message for RsaSsaPkcs1PublicKey
[src][+]
impl PartialEq<RsaSsaPkcs1PublicKey> for RsaSsaPkcs1PublicKey
[src][+]
impl StructuralPartialEq for RsaSsaPkcs1PublicKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for RsaSsaPkcs1PublicKey
impl Send for RsaSsaPkcs1PublicKey
impl Sync for RsaSsaPkcs1PublicKey
impl Unpin for RsaSsaPkcs1PublicKey
impl UnwindSafe for RsaSsaPkcs1PublicKey
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>,