[−][src]Struct tink_proto::RsaSsaPssPublicKey
key_type: type.googleapis.com/google.crypto.tink.RsaSsaPssPublicKey
Fields
version: u32
Required.
params: Option<RsaSsaPssParams>
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 RsaSsaPssPublicKey
[src][+]
impl Debug for RsaSsaPssPublicKey
[src][+]
impl Default for RsaSsaPssPublicKey
[src][+]
impl Message for RsaSsaPssPublicKey
[src][+]
impl PartialEq<RsaSsaPssPublicKey> for RsaSsaPssPublicKey
[src][+]
impl StructuralPartialEq for RsaSsaPssPublicKey
[src]
Auto Trait Implementations
impl RefUnwindSafe for RsaSsaPssPublicKey
impl Send for RsaSsaPssPublicKey
impl Sync for RsaSsaPssPublicKey
impl Unpin for RsaSsaPssPublicKey
impl UnwindSafe for RsaSsaPssPublicKey
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>,