Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KmsDecryptDataV1Request ¶
type KmsDecryptDataV1Response ¶
type KmsDecryptDataV1Response struct {
Plaintext string `json:"plaintext"`
}
func CallKmsDecryptDataV1 ¶
func CallKmsDecryptDataV1(httpClient *resty.Client, request KmsDecryptDataV1Request) (KmsDecryptDataV1Response, error)
type KmsEncryptDataV1Request ¶
type KmsEncryptDataV1Response ¶
type KmsEncryptDataV1Response struct {
Ciphertext string `json:"ciphertext"`
}
func CallKmsEncryptDataV1 ¶
func CallKmsEncryptDataV1(httpClient *resty.Client, request KmsEncryptDataV1Request) (KmsEncryptDataV1Response, error)
Click to show internal directories.
Click to hide internal directories.