Struct rusoto_kms::SignResponse [−][src]
Fields
key_id: Option<String>
The Amazon Resource Name (key ARN) of the asymmetric CMK that was used to sign the message.
signature: Option<Bytes>
The cryptographic signature that was generated for the message.
-
When used with the supported RSA signing algorithms, the encoding of this value is defined by PKCS #1 in RFC 8017.
-
When used with the
ECDSA_SHA_256
,ECDSA_SHA_384
, orECDSA_SHA_512
signing algorithms, this value is a DER-encoded object as defined by ANS X9.62–2005 and RFC 3279 Section 2.2.3. This is the most commonly used signature format and is appropriate for most uses.
When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
signing_algorithm: Option<String>
The signing algorithm that was used to sign the message.
Trait Implementations
impl Clone for SignResponse
[src][+]
impl Debug for SignResponse
[src][+]
impl Default for SignResponse
[src][+]
impl<'de> Deserialize<'de> for SignResponse
[src][+]
impl PartialEq<SignResponse> for SignResponse
[src][+]
impl Serialize for SignResponse
[src][+]
impl StructuralPartialEq for SignResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for SignResponse
impl Send for SignResponse
impl Sync for SignResponse
impl Unpin for SignResponse
impl UnwindSafe for SignResponse
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
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>,