Class Google::Cloud::Kms::V1::AsymmetricSignRequest (v0.10.2)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data

def data() -> ::String
Returns
  • (::String) — Optional. This field will only be honored for RAW_PKCS1 keys. The data to sign. A digest is computed over the data that will be signed, PKCS #1 padding is applied to the digest directly and then encrypted.

#data=

def data=(value) -> ::String
Parameter
  • value (::String) — Optional. This field will only be honored for RAW_PKCS1 keys. The data to sign. A digest is computed over the data that will be signed, PKCS #1 padding is applied to the digest directly and then encrypted.
Returns
  • (::String) — Optional. This field will only be honored for RAW_PKCS1 keys. The data to sign. A digest is computed over the data that will be signed, PKCS #1 padding is applied to the digest directly and then encrypted.

#data_crc32c

def data_crc32c() -> ::Google::Protobuf::Int64Value
Returns

#data_crc32c=

def data_crc32c=(value) -> ::Google::Protobuf::Int64Value
Parameter
Returns

#digest

def digest() -> ::Google::Cloud::Kms::V1::Digest
Returns

#digest=

def digest=(value) -> ::Google::Cloud::Kms::V1::Digest
Parameter
Returns

#digest_crc32c

def digest_crc32c() -> ::Google::Protobuf::Int64Value
Returns

#digest_crc32c=

def digest_crc32c=(value) -> ::Google::Protobuf::Int64Value
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the CryptoKeyVersion to use for signing.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the CryptoKeyVersion to use for signing.
Returns
  • (::String) — Required. The resource name of the CryptoKeyVersion to use for signing.