Skip to content

Commit

Permalink
docs: Minor formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553100418

Source-Link: googleapis/googleapis@09b5fc6

Source-Link: googleapis/googleapis-gen@8441eb3
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuS21zLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI4NDQxZWIzZWMyYWNiNDY0YjM0NmZhNzM3MTkwNjNmN2IyYzgyYWRmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Aug 2, 2023
1 parent 2027d45 commit 2d4d254
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2991,37 +2991,37 @@ public static partial class Types {
/// [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
/// [ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT].
///
/// Algorithms beginning with "RSA_SIGN_" are usable with
/// Algorithms beginning with `RSA_SIGN_` are usable with
/// [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
/// [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN].
///
/// The fields in the name after "RSA_SIGN_" correspond to the following
/// The fields in the name after `RSA_SIGN_` correspond to the following
/// parameters: padding algorithm, modulus bit length, and digest algorithm.
///
/// For PSS, the salt length used is equal to the length of digest
/// algorithm. For example,
/// [RSA_SIGN_PSS_2048_SHA256][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256]
/// will use PSS with a salt length of 256 bits or 32 bytes.
///
/// Algorithms beginning with "RSA_DECRYPT_" are usable with
/// Algorithms beginning with `RSA_DECRYPT_` are usable with
/// [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
/// [ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT].
///
/// The fields in the name after "RSA_DECRYPT_" correspond to the following
/// The fields in the name after `RSA_DECRYPT_` correspond to the following
/// parameters: padding algorithm, modulus bit length, and digest algorithm.
///
/// Algorithms beginning with "EC_SIGN_" are usable with
/// Algorithms beginning with `EC_SIGN_` are usable with
/// [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
/// [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN].
///
/// The fields in the name after "EC_SIGN_" correspond to the following
/// The fields in the name after `EC_SIGN_` correspond to the following
/// parameters: elliptic curve, digest algorithm.
///
/// Algorithms beginning with "HMAC_" are usable with
/// Algorithms beginning with `HMAC_` are usable with
/// [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
/// [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC].
///
/// The suffix following "HMAC_" corresponds to the hash algorithm being used
/// The suffix following `HMAC_` corresponds to the hash algorithm being used
/// (eg. SHA256).
///
/// For more information, see [Key purposes and algorithms]
Expand Down

0 comments on commit 2d4d254

Please sign in to comment.