# secloud-sdk-go **Repository Path**: wx-rdc/secloud-sdk-go ## Basic Information - **Project Name**: secloud-sdk-go - **Description**: SECloud SDK (Golang version) - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2023-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SECloud SDK ## KMSApi * GenerateKeyPair(ctx context.Context, opts *GenerateKeyPairOpts) (*GenerateKeyPairRespData, error) * GenerateWorkingKey(ctx context.Context, opts *GenerateWorkingKeyOpts) (*GenerateWorkingKeyRespData, error) ## KMSExtApi * GenerateKeyPairWithKEK(ctx context.Context, opts *GenerateKeyPairWithKEKOpts) (*GenerateKeyPairWithKEKRespData, error) * ImportKeyPairWithKEK(ctx context.Context, opts *ImportKeyPairWithKEKOpts) (*ImportKeyPairWithKEKRespData, error) ## CipherApi * Encrypt(ctx context.Context, opts *EncryptOpts) (*EncryptRespData, error) * Decrypt(ctx context.Context, opts *DecryptOpts) (*DecryptRespData, error)